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