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


In This Topic
    HighlightText Property (GcNumber)
    In This Topic
    Gets or sets a value indicates whether highlight text when control got focus.
    Syntax
    'Declaration
     
    Public Property HighlightText As Boolean
    'Usage
     
    Dim instance As GcNumber
    Dim value As Boolean
     
    instance.HighlightText = value
     
    value = instance.HighlightText
    public bool HighlightText {get; set;}

    Property Value

    A System.Boolean value indicates whether highlight text.
    Remarks
    This property determines if select all text or not when GcNumber gets the keyboard focus.
    See Also