TdxBarManager.DoShowCustomizingPopup(TdxBarItemLinks) Method
Fires the OnShowCustomizingPopup event.
Declaration
procedure DoShowCustomizingPopup(PopupItemLinks: TdxBarItemLinks); dynamic;
Parameters
Name | Type |
---|---|
PopupItemLinks | TdxBarItemLinks |
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 DoShowCustomizingPopup method is called after populating the popup menu’s ItemLinks collection with item links when creating a customizing popup menu. The PopupItemLinks parameter specifies this populated collection. The DoShowCustomizingPopup method fires the OnShowCustomizingPopup event.
Override the DoShowCustomizingPopup method to perform specific actions before a customizing popup menu is displayed. For instance, specific items of the popup menu can be added, deleted or modified.
See Also