Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoComplete Class / HighlightStyle Property


In This Topic
    HighlightStyle Property (AutoComplete)
    In This Topic
    Gets or sets the style for highlighted matched text.
    Syntax
    'Declaration
     
    
    Public Property HighlightStyle As AutoCompleteHighlightStyle
    'Usage
     
    
    Dim instance As AutoComplete
    Dim value As AutoCompleteHighlightStyle
     
    instance.HighlightStyle = value
     
    value = instance.HighlightStyle
    public AutoCompleteHighlightStyle HighlightStyle {get; set;}

    Property Value

    The highlight style.
    See Also