Wimark.Controls Class Library  

TreeView.Nodes Property

Gets the collection of tree nodes that are assigned to the tree view control.

[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

TreeView Class | TreeView Members | Wimark.Controls Namespace