RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.HideSelection Property

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

Pascal
property HideSelection: Boolean;
C++
__property Boolean HideSelection;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!