[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.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 GrapeCity.Windows.InputMan.HighlightText enumeration values.
The default is GrapeCity.Windows.InputMan.HighlightText.None.

Remarks

This property let user control the behavior when control gets the keyboard focus. It makes GcMask select all text or current active field, or nothing.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.HighlightText.