API:Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.DrawBackground

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawBackground; override;

C++

virtual void __fastcall DrawBackground();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationPopupMenu

Beschreibung

Zeichnet ein Hintergrundbild auf das Steuerelement.

Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.DrawBackground erbt von Vcl.ActnMenus.TCustomActionPopupMenu.DrawBackground. Der folgende Inhalt bezieht sich auf Vcl.ActnMenus.TCustomActionPopupMenu.DrawBackground.

Zeichnet ein Hintergrundbild auf das Steuerelement.

Mit DrawBackground wird ein Hintergrundbild auf das Popup-Menü-Steuerelement gezeichnet.

Siehe auch