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

The next visible node. It may be a child, sibling, or a node from another branch.

[Visual Basic]
Public ReadOnly Property NextVisibleNode As TreeNode
[C#]
public TreeNode NextVisibleNode {get;}
[C++]
public: __property TreeNode* get_NextVisibleNode();
[JScript]
public function get NextVisibleNode() : TreeNode;

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace