Vcl.ActnCtrls.TCustomActionToolBar.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground; override;

C++

virtual void __fastcall DrawBackground();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Draws a background image on the control.

DrawBackground is used for drawing a background image on the action tool bar control.

See Also