Vcl.ComCtrls.TTreeView.HideSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelection: Boolean read FHideSelection write SetHideSelection default 1;

C++

__property HideSelection = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

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

Vcl.ComCtrls.TTreeView.HideSelection inherits from Vcl.ComCtrls.TCustomTreeView.HideSelection. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.HideSelection.

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