Vcl.WinXCalendars.TCalendarPicker.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read GetHighlightColor write SetHighlightColor default 9539985;

C++

__property HighlightColor = {default=9539985};

Properties

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

Description

Specifies the color for highlighting the TCalendarView header elements.

Vcl.WinXCalendars.TCalendarPicker.HighlightColor inherits from Vcl.WinXCalendars.TCustomCalendarPicker.HighlightColor. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.HighlightColor.

Specifies the color for highlighting the TCalendarView header elements.

See Also