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