JVCL Help:TJvExpressButton.PopupMenu
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvExpressButton.PopupMenu Property
[+] TJvExpressButton Events
[+] TJvExpressButton Methods
[+] TJvExpressButton Properties
Search in JVCL Help
Search in all projectsSummary
Identifies the pop-up menu associated with the control.
Pascal
propertyPopupMenu: TPopupMenu;
Description
Assign a value to PopupMenu to make a pop-up menu appear when the user selects the control and clicks the right mouse button. If the TPopupMenu’s AutoPopup property is true, the pop-up menu appears automatically. If the menu’s AutoPopup property is false, display the menu with a call to its Popup method from the control’s OnContextPopup event handler.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page