Vcl.ComCtrls.TMonthCalColors.TitleTextColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TitleTextColor: TColor index 3 read FTitleTextColor write SetColor default clWhite;

C++

__property System::Uitypes::TColor TitleTextColor = {read=FTitleTextColor, write=SetColor, index=3, default=16777215};

Properties

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

Description

The color of the font used for the calendar's title bar.

TitleTextColor determines the color in which the month and year are displayed on the calendar's title bar.

See Also