Calendar ActiveX Control

Calendar ActiveX Control
MonthYearBackColor

  Set/Get the background color of month and year.
Calendar1.MonthYearBackColor[=Color]

Parameter

color
the
background color of month and year.


Remark

This property is Read/Write.

Example

   

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