Method SetHolidayColors
SetHolidayColors(Color, Color)
Sets values for HolidayColorBg and HolidayColorFg properties.
void SetHolidayColors(Color colorFg, Color colorBg)Parameters
- colorFgColor
- New value of the HolidayColorFg property. 
- colorBgColor
- New value of the HolidayColorBg property. 
Remarks
This method is only implemented in generic calendar (when
UseGeneric is true) and does nothing in the native version.