The hideSelection property specifies whether the selected node will be highlighted even when the TreeView loses 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); [JScript] public function get HideSelection() : Boolean; public function set HideSelection(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace