Vcl.ActnCtrls.TCustomButtonControl.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground(var PaintRect: TRect); override;

C++

virtual void __fastcall DrawBackground(System::Types::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.

See Also