[]
Gets or sets whether to highlight text in the control. This is a dependency property.
public bool HighlightText { get; set; }
Public Property HighlightText As Boolean
Type | Description |
---|---|
bool | true when control got focus select all the text; otherwise false.
|
This property allows you to highlight all text in the control upon receiving focus.
If true, the entire contents will be selected.
If false (the default), the contents will not be selected and the caret will be positioned according to the settings of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionStart and GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionLength properties.