|
RAD Studio VCL Reference
|
TStandardMenuButton is the standard ActionBand menu button class.
TStandardMenuButton = class(TCustomMenuButton);
class TStandardMenuButton : public TCustomMenuButton;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|