Spread Windows Forms 12.0 Product Documentation
HighlightStyle Property (AutoComplete)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoComplete Class : HighlightStyle Property
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

Reference

AutoComplete Class
AutoComplete Members