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


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

    Property Value

    The highlight style.
    See Also