Vcl.ComCtrls.TTabControlStyleHook.Paint
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 | TTabControlStyleHook |
Description
Paints the control.
Vcl.ComCtrls.TTabControlStyleHook.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.