Wimark.Controls Class Library  

TreeNode.Nodes Property

Gets the collection of TreeNode objects assigned to the current tree node.

[Visual Basic]
Public ReadOnly Property Nodes As TreeNodeCollection 
[C#]
public TreeNodeCollection Nodes {get;}
[C++]
public: __property TreeNodeCollection* get_Nodes();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeNode Class | TreeNode Members | Wimark.Controls Namespace