numberedit PopupMenu property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox, acImagesComboBox and TacTreeComboBox components as subproperty of AttachedLabel structure.  

Declaration
property PopupMenu: TPopupMenu;  

Description
The PopupMenu property Identifies the pop-up menu associated with the label attached to control.  
 
Assign a value to PopupMenu to make a pop-up menu appear when the user selects the label 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.