Table of Contents

Method SetHolidayColors

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetHolidayColors(Color, Color)

Sets values for HolidayColorBg and HolidayColorFg properties.

void SetHolidayColors(Color colorFg, Color colorBg)

Parameters

colorFg Color

New value of the HolidayColorFg property.

colorBg Color

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.