API:Vcl.StdActnMenus.TStandardMenuPopup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomActionPopupMenuVcl.ActnMenus.TCustomActionMenuBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarTStandardMenuPopup

Delphi

TStandardMenuPopup = class(TCustomActionPopupMenu)

C++

class PASCALIMPLEMENTATION TStandardMenuPopup : public Vcl::Actnmenus::TCustomActionPopupMenu

Properties

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

Description

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

Vcl.StdActnMenus.TStandardMenuPopup 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