Vcl.ActnMenus.TCustomActionPopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomActionMenuBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowVcl.Controls.TWinControlTCustomActionPopupMenu

Delphi

TCustomActionPopupMenu = class(TCustomActionMenuBar)

C++

class PASCALIMPLEMENTATION TCustomActionPopupMenu : public TCustomActionMenuBar

Properties

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

Description

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