Vcl.ComCtrls.TMonthCalColors.MonthBackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonthBackColor: TColor index 4 read FMonthBackColor write SetColor default clWhite;

C++

__property System::Uitypes::TColor MonthBackColor = {read=FMonthBackColor, write=SetColor, index=4, default=16777215};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalColors

Description

The background color of the calendar.

MonthBackColor determines the background color of the main section of the calendar, where the dates are displayed.

See Also