GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoComplete Class / CandidateListItemFont Property


In This Topic
CandidateListItemFont Property (AutoComplete)
In This Topic
Gets or sets the font for the items in the automatic complete candidate list.
Syntax
'Declaration
 
Public Property CandidateListItemFont As Font
 
'Usage
 
Dim instance As AutoComplete
Dim value As Font
 
instance.CandidateListItemFont = value
 
value = instance.CandidateListItemFont

Property Value

The candidate list item font.
See Also