API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Draws a background image on the control.

Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DrawBackground inherits from Vcl.ActnCtrls.TCustomActionToolBar.DrawBackground. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.DrawBackground.

Draws a background image on the control.

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

See Also