Calendar ActiveX Control

Calendar ActiveX Control
MonthYearForeColor    

  Set/Get the foreground color of month and year.
Calendar1.MonthYearForeColor[=Color]

Parameter

color
the foreground color of month and year.


Remark

This property is Read/Write.

Example

   

Visual Basic Syntax
Calendar1.MonthYearForeColor = RGB(255,0,0)