Vcl.ActnCtrls.TCustomButtonControl.Paint
Delphi
procedure Paint; override;
C++
virtual void __fastcall Paint();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomButtonControl |
Description
Renders the control's surface.
The Paint method is called automatically when the button control needs to update its display area.