Vcl.WinXCalendars.TCalendarHeaderInfo.HighlightFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightFontColor: TColor read FHighlightFontColor write SetHighlightFontColor default clHighlight;

C++

__property System::Uitypes::TColor HighlightFontColor = {read=FHighlightFontColor, write=SetHighlightFontColor, default=-16777203};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarHeaderInfo

Description

Specifies the color for highlighting TCalendarView header elements.

Use the HighLightFontColor property to change the color for highlighting the header text and navigation buttons.

See Also