Vcl.ActnCtrls.TCustomButtonControl.DrawBackground
Delphi
procedure DrawBackground(var PaintRect: TRect); override;
C++
virtual void __fastcall DrawBackground(Winapi::Windows::TRect &PaintRect);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomButtonControl |
Description
Draws a background image on the control.
Use DrawBackground to draw a background image on the control within the area specified by PaintRect
.