Vcl.ComCtrls.TCustomHeaderControl.Canvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Canvas: TCanvas read FCanvas;

C++

__property Vcl::Graphics::TCanvas* Canvas = {read=FCanvas};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Provides runtime access to the header control's drawing surface.

The read-only Canvas property provides access to the header control's drawing surface that can be used when implementing a handler for the OnDrawSection event.

See Also

Code Examples