Method SetHighlightColors
SetHighlightColors(Color, Color)
Sets values for HighlightColorBg and HighlightColorFg properties.
public virtual void SetHighlightColors(Color colorFg, Color colorBg)
Parameters
colorFg
ColorNew value of the HighlightColorFg property.
colorBg
ColorNew value of the HighlightColorBg property.
Remarks
This method is only implemented in generic calendar (when
UseGeneric is true
) and does nothing in the native version.