Vcl.ComCtrls.TMonthCalColors.TitleBackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TitleBackColor: TColor index 2 read FTitleBackColor write SetColor default clActiveCaption;

C++

__property System::Uitypes::TColor TitleBackColor = {read=FTitleBackColor, write=SetColor, index=2, default=-16777214};

Properties

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

Description

The background color of the calendar's title bar.

TitleBackColor determines the color of the title bar (above the main section of the calendar), where the month and year are displayed.

See Also