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

Specifies whether this node is in the selected state.

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

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace