Vcl.ActnMenus.TCustomMenuButton

Delphi
TCustomMenuButton = class(TCustomButtonControl)
C++
class PASCALIMPLEMENTATION TCustomMenuButton : public Vcl::Actnctrls::TCustomButtonControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | Vcl.ActnMenus |
Description
TCustomMenuButton is the base class for action band button controls.
TCustomMenuButton is a base class for the standard menu button class TStandardMenuButton. Do not create instances of TCustomMenuButton.
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 in your application, override the TCustomActionManager.GetActionClientItemClass method to return the class you created instead of TStandardMenuButton.