Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownPicker Class / Font Property


In This Topic
    Font Property (DropDownPicker)
    In This Topic
    Gets or sets the font of the drop-down picker.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As DropDownPicker
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}

    Property Value

    A Font value indicates the font of the DropDownPicker.
    Remarks
    You can use the Font property to change the font of the drop-down picker.
    See Also