Vcl.ThemedActnCtrls.TThemedButtonControl.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.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedButtonControl

Description

Draws a background image on the control.

Vcl.ThemedActnCtrls.TThemedButtonControl.DrawBackground inherits from Vcl.ActnCtrls.TCustomButtonControl.DrawBackground. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.DrawBackground.

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