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

Description

Draws a background image on the control.

Vcl.XPActnCtrls.TXPStyleAddRemoveItem.DrawBackground inherits from Vcl.ActnMan.TCustomActionControl.DrawBackground. All content below this line refers to Vcl.ActnMan.TCustomActionControl.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