Unknown
From Calendar ActiveX Control
Calendar ActiveX Control |
| MonthYearFont |
| |
Set/Get the font of month
and year.
Calendar1.MonthYearFont[=String]
|
Parameter
string
the
font name of month and year.
Remark
This
property is Read/Write.
Example
| |
Visual
Basic Syntax
Calendar1.MonthYearFont = "Arial"
|
|
|