[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.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

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.