Vcl.WinXCalendars.TCustomCalendarPicker.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read GetHighlightColor write SetHighlightColor default clCalendarHighlighColor;

C++

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

Properties

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

Description

Specifies the color for highlighting the TCalendarView header elements.

See Also