[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.HighlightText

HighlightText Property

HighlightText

Gets or sets whether to highlight text in the control. This is a dependency property.

Declaration
public bool HighlightText { get; set; }
Public Property HighlightText As Boolean
Property Value
Type Description
bool

true when control got focus select all the text; otherwise false.
The default is false.

Remarks

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.