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


In This Topic
    HighlightText Property (GcMask)
    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 GcMask
    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.
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.HighlightText.
    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.
    See Also