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

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.

See Also