![]() |
Previous Top Next |
tcTreeComboBox component as subproperty of AttachedLabel structure.
|
property PopupMenu: TPopupMenu;
|
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.
|