Spread Windows Forms 12.0 Product Documentation
Font Property (DropDownPickerInfo)


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

Property Value

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

Reference

DropDownPickerInfo Class
DropDownPickerInfo Members