Vcl.StdActnMenus.TStandardMenuButton
Delphi
TStandardMenuButton = class(TCustomMenuButton)
C++
class PASCALIMPLEMENTATION TStandardMenuButton : public Vcl::Actnmenus::TCustomMenuButton
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdActnMenus.pas Vcl.StdActnMenus.hpp |
Vcl.StdActnMenus | Vcl.StdActnMenus |
Description
TStandardMenuButton is the standard ActionBand menu button class.
TStandardMenuButton is the standard menu button class. If you would like to replace the standard menu button behaviors, use the class TCustomMenuButton as a parent class for your replacement class. To make the change for your application, set the value of MenuButtonControlClass (a global variable) to your own subclass of TCustomMenuButton instead of TStandardMenuButton.