Vcl.WinXCalendars.TCustomCalendarView.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read FHighlightColor write SetHighlightColor default  clCalendarHighlighColor;

C++

__property System::Uitypes::TColor HighlightColor = {read=FHighlightColor, write=SetHighlightColor, default=9539985};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

Specifies the color for highlighting the TCalendarView header elements.

Use the HighLightFontColor property to change the color for highlighting dates.

See Also