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