TdxBarManager.OnShowCustomizingPopup Event
Occurs before a customizing popup menu is displayed.
Declaration
property OnShowCustomizingPopup: TdxBarShowPopupEvent read; write;
Remarks
By right-clicking a toolbar’s item an end-user can invoke a customizing popup menu at design time. To implement it at runtime the Customization Form must be opened. The OnShowCustomizingPopup event is fired after the popup menu’s ItemLinks collection has been populated with item links when creating a customizing popup menu. The PopupItemLinks parameter specifies this populated collection.
Handle the OnShowCustomizingPopup event to perform specific actions before displaying the customizing popup menu of a toolbar that belongs to the bar manager specified by the Sender parameter. This event is fired by the DoShowCustomizingPopup method.
See Also