Vcl.ThemedActnCtrls.TThemedMenuButton

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TThemedMenuButton = class(TCustomMenuButton)

C++

class PASCALIMPLEMENTATION TThemedMenuButton : public Vcl::Actnmenus::TCustomMenuButton

Properties

Type Visibility Source Unit Parent
class public
Vcl.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls Vcl.ThemedActnCtrls

Description

TCustomMenuButton is the base class for action band button controls.

Vcl.ThemedActnCtrls.TThemedMenuButton 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