Table of Contents

Property HideSelection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HideSelection

Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.

bool HideSelection { get; set; }

Property Value

bool

true if the selected text does not appear highlighted when the text box control loses focus; false, if the selected text remains highlighted when the text box control loses focus. The default is true.