Month Background Color (MonthBackColor)

Background color displayed for the month.

"MonthBackColor=ColorName | HexColorNumber"

Value

Description

ColorName

Name of a web color or system color. For more information, see Standard Colors .

HexColorNumber

Hexadecimal number (prefixed by a hash mark) of a color.

Description

When not defined, the widget uses the system default colors.

Setting in ProcScript

$fieldproperties(CALENDAR) = "MonthBackColor=white"

Related Topics