Vcl.XPActnCtrls.TXPStyleExpandBtn.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.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleExpandBtn

Description


Draws a background image on the control.

Vcl.XPActnCtrls.TXPStyleExpandBtn.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