[]
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. |
User can determine which part of GcDateTime is selected when GcDateTime gets keyboard focus by setting this property different InputMan.HighlightText enumeration value. It can select a field, the whole text of control or nothing.