RAD Studio VCL Reference
|
TPopupMenu encapsulates the properties, methods, and events of a pop-up menu.
TPopupMenu = class(TMenu);
class TPopupMenu : public TMenu;
Menus
Use TPopupMenu to define the pop-up menu that appears when the user clicks on a control with the right mouse button. To make a pop-up menu available, assign the TPopupMenu object to the control's PopupMenu property.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|