API:Vcl.ActnPopup.TCustomActionPopupMenuEx

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.XPActnCtrls.TXPStylePopupMenuVcl.ActnMenus.TCustomActionPopupMenuVcl.ActnMenus.TCustomActionMenuBarVcl.ActnCtrls.TCustomActionDockBarTCustomActionPopupMenuEx

Delphi

TCustomActionPopupMenuEx = class(TXPStylePopupMenu)

C++

class PASCALIMPLEMENTATION TCustomActionPopupMenuEx : public Vcl::Xpactnctrls::TXPStylePopupMenu

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup Vcl.ActnPopup

Description


TCustomActionPopupMenu is the ancestor for pop-up action bands that render actions as pop-up menu item UI elements.

Vcl.ActnPopup.TCustomActionPopupMenuEx inherits from Vcl.ActnMenus.TCustomActionPopupMenu. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.

TCustomActionPopupMenu is the ancestor for pop-up action bands that render actions as pop-up menu item UI elements.

TCustomActionPopupMenu is the ancestor for all pop-up action bands that render actions as pop-up menu item UI elements, including the standard form, TStandardMenuPopup. If you would like to replace TStandardMenuPopup with a style of your own, subclass TCustomActionPopupMenu to provide your own behaviors. To make the change in your application, set the value of MenuPopupClass (a global variable) to your own subclass of TCustomActionPopupMenu instead of TStandardMenuPopup.

See Also