Calendar ActiveX Control

BackColor

 

Set/Get the background color of calendar.  

Calendar1.BackColor[=Color]


Parameter
color
the background color of calendar.


Remark
This property is Read/Write.

Example

   

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