Calendar ActiveX Control

DayColor

 

Set/Get the foreground color of day.

Calendar1.DayColor[=Color]


Parameter
color
the foreground color of day.


Remark
This property is Read/Write.

Example

   

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