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

Specifies whether this node is in the expanded state.

[Visual Basic]
Public ReadOnly Property IsExpanded As Boolean
[C#]
public bool IsExpanded {get;}
[C++]
public: __property bool get_IsExpanded();
[JScript]
public function get IsExpanded() : Boolean;

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace