StdActnMenus.TStandardMenuButton
Contents |
Delphi Information
From StdActnMenus.pas
TStandardMenuButton = class(TCustomMenuButton)
Unit: StdActnMenus
Type: class
Inherited Class Members: StdActnMenus.TStandardMenuButton Members
C++ Information
From StdActnMenus.hpp
TStandardMenuButton = class(TCustomMenuButton)
Unit: StdActnMenus
Type: class
Inherited Class Members: StdActnMenus.TStandardMenuButton Members
Class Constructors & Destructors: StdActnMenus.TStandardMenuButton Constructors
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.