Calendar ActiveX Control

Calendar ActiveX Control
DayCaptionForeColor

  Set/Get the foreground color of day caption. 
Calendar1.DayCaptionForeColor[=Color]

Parameter

color
the
foreground color of day caption.


Remark

This property is Read/Write.

Example

   

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