[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.HighlightText

HighlightText Property

HighlightText

Gets or sets how to select the text when the control receives the focus.

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

One of the HighlightText enumeration values.

The default is None.

Remarks

When the input focus enters the control the first time, this property determines the highlight mode of the control. The None means no highlight effect. The Field means to highlight the field the caret is in. The All means to highlight all text.