RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStandardMenuButton Class

TStandardMenuButton is the standard ActionBand menu button class.

Pascal
TStandardMenuButton = class(TCustomMenuButton);
C++
class TStandardMenuButton : public TCustomMenuButton;

StdActnMenus

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!