Vcl.WinXCalendars.TCustomCalendarPicker.CalendarHeaderInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalendarHeaderInfo: TCalendarHeaderInfo read GetCalendarHeaderInfo;

C++

__property TCalendarHeaderInfo* CalendarHeaderInfo = {read=GetCalendarHeaderInfo};

Properties

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

Description

Specifies the look of the calendar header.

Use the CalendarHeaderInfo property to specify the look of the calendar header.
It contains the following elements:

  • FontColor
  • HighLightFontColor
  • StyleElements
  • Tag

See Also