Wimark.Controls Class Library  

TreeNode.PrevVisibleNode Property

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

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

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