Spread Windows Forms 12.0 Product Documentation
Font Property (AutoCompleteHighlightStyle)


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

Property Value

A System.Drawing.Color value that indicates the font of the highlighted string.
See Also

Reference

AutoCompleteHighlightStyle Class
AutoCompleteHighlightStyle Members