Calendar ActiveX Control

DayCaptionBackColor

 

Set/Get the background color of day caption. 

Calendar1.DayCaptionBackColor[=Color]


Parameter
color
the background color of day caption.


Remark
This property is Read/Write.

Example

   

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