Skip to main content

TcxCustomTextEditProperties.HideSelection Property

Determines whether the visual indication of the selected text remains when the editor loses focus.

Declaration

property HideSelection: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the HideSelection property to False to provide visual feedback of the selected text portion even when the editor does not have focus. Set the HideSelection property to True to show the selection only when the editor has focus. This property does not affect the actual value of the selection, only the visual indication.

The default value of the HideSelection property is True.

See Also