Vcl.ActnMenus.TCustomActionPopupMenu.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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Draws a background image on the control.

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

See Also