Vcl.XPActnCtrls.TXPStylePopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomActionPopupMenuVcl.ActnMenus.TCustomActionMenuBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowTXPStylePopupMenu

Delphi

TXPStylePopupMenu = class(TCustomActionPopupMenu)

C++

class PASCALIMPLEMENTATION TXPStylePopupMenu : public Vcl::Actnmenus::TCustomActionPopupMenu

Properties

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

Description

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

Vcl.XPActnCtrls.TXPStylePopupMenu 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