Vcl.ComCtrls.TMonthCalColors.TrailingTextColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrailingTextColor: TColor index 5 read FTrailingTextColor  write SetColor default clInactiveCaptionText;

C++

__property System::Uitypes::TColor TrailingTextColor = {read=FTrailingTextColor, write=SetColor, index=5, default=-16777197};

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 dates not in the currently displayed month.

TrailingTextColor determines the color of the numerals for dates that fall in the last week of the preceding month or the first week of the next month.

See Also