Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.NewPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NewPopup: TCustomActionPopupMenu; override;

C++

virtual Vcl::Actnmenus::TCustomActionPopupMenu* __fastcall NewPopup();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationMenuBar

Description


Returns an action pop-up menu.

Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.NewPopup inherits from Vcl.ActnMenus.TCustomActionMenuBar.NewPopup. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.NewPopup.

Returns an action pop-up menu.

NewPopup is called when a new pop-up is created.

It returns the action pop-up menu and adds the new pop-up to the TCustomActionMenuBar.FPopupStack.


See Also