RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStandardMenuPopup Class

TStandardMenuPopup is the default menu popup style.

Pascal
TStandardMenuPopup = class(TCustomActionPopupMenu);
C++
class TStandardMenuPopup : public TCustomActionPopupMenu;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!