NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.Nodes

The collection of nodes associated with this TreeView control

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

See Also

TreeView Class | TreeView Members | System.WinForms Namespace