Calendar ActiveX Control ReferenceProperties DayCaptionForeColor Calendar ActiveX Control DayCaptionForeColor Set/Get the foreground color of day caption. Calendar1.DayCaptionForeColor[=Color] Parametercolorthe foreground color of day caption.RemarkThis property is Read/Write. Example Visual Basic SyntaxCalendar1.DayCaptionForeColor = RGB(255,0,0)