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

TStandardMenuPopup is the default menu popup style.

TStandardMenuPopup is the default menu popup style. If you would like to replace it with a style of your own, subclass TCustomActionPopupMenu to provide your own behaviors. To make the change for your application, set the value of MenuPopupClass (a global variable) to your own subclass of TCustomActionPopupMenu instead of TStandardMenuPopup.

See Also