Wimark.Controls Class Library  

TreeNode.NextExpandedNode Property

Gets the next 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 NextExpandedNode As TreeNode 
[C#]
public TreeNode NextExpandedNode {get;}
[C++]
public: __property TreeNode* get_NextExpandedNode();

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