Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / HighlightText Property


In This Topic
    HighlightText Property (GcDateTime)
    In This Topic
    Gets or sets how to select the text when the control receives the focus.
    Syntax
    'Declaration
     
    Public Property HighlightText As HighlightText
    'Usage
     
    Dim instance As GcDateTime
    Dim value As HighlightText
     
    instance.HighlightText = value
     
    value = instance.HighlightText
    public HighlightText HighlightText {get; set;}

    Property Value

    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.
    See Also