API:Vcl.StdActnMenus.TStandardMenuButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomMenuButtonVcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlTStandardMenuButton

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

TCustomMenuButton is the base class for action band button controls.

Vcl.StdActnMenus.TStandardMenuButton inherits from Vcl.ActnMenus.TCustomMenuButton. All content below this line refers to Vcl.ActnMenus.TCustomMenuButton.

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.

See Also