Wimark.Controls Class Library  

TreeNode.NextNode Property

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

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

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