Vcl.ActnMan.TCustomActionControl.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground(var PaintRect: TRect); virtual;

C++

virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

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