Vcl.WinXCalendars.TCalendarHeaderNavigatorButton.Draw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Draw(const APosition: TPoint; ACanvas: TCanvas; ADrawer: TCalendarViewDrawer;  const AController: ICalendarViewController); override;

C++

virtual void __fastcall Draw(const System::Types::TPoint &APosition, Vcl::Graphics::TCanvas* ACanvas, TCalendarViewDrawer* ADrawer, const _di_ICalendarViewController AController);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarHeaderNavigatorButton

Description

Draws the navigation button of the TCalendarView.

See Also