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!

TreeNode.TreeView

Return the TreeView control this node belongs to.

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

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace