Table of Contents

Method SetHighlightColors

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

SetHighlightColors(Color, Color)

Sets values for HighlightColorBg and HighlightColorFg properties.

void SetHighlightColors(Color colorFg, Color colorBg)

Parameters

colorFg Color

New value of the HighlightColorFg property.

colorBg Color

New 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.