Vcl.ComCtrls.TCustomTreeView.HideSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelection: Boolean read FHideSelection write SetHideSelection default True;

C++

__property bool HideSelection = {read=FHideSelection, write=SetHideSelection, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Determines whether a selected node appears selected when the focus shifts to another control.

Use HideSelection to specify whether the user is given visual feedback about the current selection in the tree view when it does not have focus. If true, the selected node is not visually distinct from other nodes until focus returns to the control. If false, the node always appears selected.

See Also