Wimark.Controls Class Library  

TreeNode.NextVisibleNode Property

Gets the next visible tree node in the expanded tree hierarchy, that can be a child, sibling, or a tree node from another branch.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeNode Class | TreeNode Members | Wimark.Controls Namespace