RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenu Class

TCustomActionPopupMenu is the ancestor for popup action bands that render actions as popup menu item UI elements.

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

ActnMenus

TCustomActionPopupMenu is the ancestor for all popup action bands that render actions as popup menu item UI elements, including the standard form, TStandardMenuPopup. If you would like to replace TStandardMenuPopup 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!