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

Toggle the state of the node. Expand if collapsed or collapse if expanded.

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

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace