Vcl.ComCtrls.TMonthCalColors.BackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackColor: TColor index 0 read FBackColor write SetColor default clWindow;

C++

__property System::Uitypes::TColor BackColor = {read=FBackColor, write=SetColor, index=0, default=-16777211};

Properties

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

Description

The background color displayed between months in the calendar.

BackColor may not be implemented in some Windows versions.

See Also