Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Font Property


In This Topic
Font Property (DropDownCalendar)
In This Topic
Gets or sets the drop-down calendar font.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Font
 
instance.Font = value
 
value = instance.Font

Property Value

A System.Drawing.Font object that indicates the font of the DropDownCalendar.
Remarks
The default value is the same as the control font. If the value is a null reference (Nothing in Visual Basic), the value is automatically the default value, without exception.
See Also