Vcl.ComCtrls.TStatusBarStyleHook.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint(Canvas: TCanvas); override;

C++

virtual void __fastcall Paint(Vcl::Graphics::TCanvas* Canvas);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBarStyleHook

Description

Paints the control.

Vcl.ComCtrls.TStatusBarStyleHook.Paint inherits from Vcl.Themes.TStyleHook.Paint. All content below this line refers to Vcl.Themes.TStyleHook.Paint.

Paints the control.

Call Paint to draw the control on the given Canvas.

Override this method to paint your custom control using the current style.

See Also