Spread Windows Forms 12.0 Product Documentation
BackColor Property (AutoCompleteHighlightStyleInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoCompleteHighlightStyleInfo Class : BackColor Property
Gets or sets the background color of the highlighted string.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As AutoCompleteHighlightStyleInfo
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the background color of the highlighted string. The default value is Color.Empty, which means do not paint the background of the highlighted string.
See Also

Reference

AutoCompleteHighlightStyleInfo Class
AutoCompleteHighlightStyleInfo Members