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.Remove

Remove this node from the TreeView control. Child nodes are also removed from the TreeView, but are still attached to this node.

[Visual Basic]
Public Sub Remove()
[C#]
public void Remove();
[C++]
public: void Remove();
[JScript]
public function Remove();

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace