Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoCompleteInfo Class / CandidateListItemFont Property


In This Topic
    CandidateListItemFont Property (AutoCompleteInfo)
    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 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