Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.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.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationPopupMenu

Description

Draws a background image on the control.

Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.DrawBackground inherits from Vcl.ActnMenus.TCustomActionPopupMenu.DrawBackground. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.DrawBackground.

Draws a background image on the control.

DrawBackground is used for drawing a background image on the pop-up menu control.

See Also