ActnMenus.TCustomMenuButton
Contents |
Delphi Information
From ActnMenus.pas
TCustomMenuButton = class(TCustomButtonControl)
Unit: ActnMenus
Type: class
Inherited Class Members: ActnMenus.TCustomMenuButton Members
Class Properties: ActnMenus.TCustomMenuButton Properties
Class Constructors & Destructors: ActnMenus.TCustomMenuButton Constructors
C++ Information
From ActnMenus.hpp
TCustomMenuButton = class(TCustomButtonControl)
Unit: ActnMenus
Type: class
Inherited Class Members: ActnMenus.TCustomMenuButton Members
Class Properties: ActnMenus.TCustomMenuButton Properties
Class Constructors & Destructors: ActnMenus.TCustomMenuButton Constructors
Description
TCustomMenuButton is the base class for ActionBand 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 for your application, set the value of MenuButtonControlClass (a global variable) to your own subclass of TCustomMenuButton instead of TStandardMenuButton.