Method SetHolidayColors
SetHolidayColors(Color, Color)
Sets values for HolidayColorBg and HolidayColorFg properties.
void SetHolidayColors(Color colorFg, Color colorBg)
Parameters
colorFg
ColorNew value of the HolidayColorFg property.
colorBg
ColorNew 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.