Wimark.Controls Class Library  

TreeNode.NextSiblingNode Property

Gets the next sibling tree node.

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

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