Wimark.Controls Class Library  

TreeView.HideSelection Property

Gets or sets a value indicating whether the selected tree node remains highlighted even when the tree view has lost the focus.

[Visual Basic]
Public Property HideSelection As Boolean 
[C#]
public bool HideSelection {get; set;}
[C++]
public: __property bool get_HideSelection();
public: __property void set_HideSelection(bool);

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

TreeView Class | TreeView Members | Wimark.Controls Namespace