RAD Studio VCL Reference
|
TStandardMenuPopup is the default menu popup style.
TStandardMenuPopup = class(TCustomActionPopupMenu);
class TStandardMenuPopup : public TCustomActionPopupMenu;
StdActnMenus
TStandardMenuPopup is the default menu popup style. If you would like to replace it with a style of your own, subclass TCustomActionPopupMenu to provide your own behaviors. To make the change for your application, set the value of MenuPopupClass (a global variable) to your own subclass of TCustomActionPopupMenu instead of TStandardMenuPopup.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|