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;
TreeNode Class | TreeNode Members | System.WinForms Namespace