[]
Gets or sets how to select the text when the control receives the focus.
public HighlightText HighlightText { get; set; }
Public Property HighlightText As HighlightText
Type | Description |
---|---|
HighlightText | One of the GrapeCity.Windows.InputMan.HighlightText enumeration values. |
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.
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.HighlightText. |