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

Specifies whether this node is visible.

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

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace