Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / HighlightText Property


In This Topic
    HighlightText Property (FieldsEditorControl)
    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 FieldsEditorControl
    Dim value As HighlightText
     
    instance.HighlightText = value
     
    value = instance.HighlightText
    public HighlightText HighlightText {get; set;}

    Property Value

    One of the HighlightText enumeration values.
    The default is HighlightText.None.
    Remarks
    When the input focus enters the control the first time, this property determines the highlight mode of the control. The HighlightText.None means no highlight effect. The HighlightText.Field means to highlight the field the caret is in. The HighlightText.All means to highlight all text.
    See Also