Calendar ActiveX Control

DayTextColor

 

Set/Get the foreground color of day text.

Calendar1.DayTextColor[=Color]


Parameter
color
the foreground color of day text.


Remark
This property is Read/Write.

Example

   

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