Spread Windows Forms 12.0 Product Documentation
CandidateListItemFont Property (AutoCompleteInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoCompleteInfo Class : CandidateListItemFont Property
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 AutoCompleteInfo
Dim value As Font
 
instance.CandidateListItemFont = value
 
value = instance.CandidateListItemFont
public Font CandidateListItemFont {get; set;}

Property Value

The candidate list item font.
See Also

Reference

AutoCompleteInfo Class
AutoCompleteInfo Members