Skip to main content

TdxBarManager.DoShowToolbarsPopup(TdxBarItemLinks) Method

Fires the OnShowToolbarsPopup event.

Declaration

procedure DoShowToolbarsPopup(PopupItemLinks: TdxBarItemLinks); dynamic;

Parameters

Name Type
PopupItemLinks TdxBarItemLinks

Remarks

By right-clicking a toolbar an end-user can invoke a popup menu that lists all the toolbars whose Hidden property is set to False. The DoShowToolbarsPopup method is called when creating the toolbar’s popup menu after populating the popup menu’s ItemLinks collection with the item links that represent toolbars. The PopupItemLinks parameter specifies this collection. The DoShowToolbarsPopup method fires the OnShowToolbarsPopup event.

Override the DoShowToolbarsPopup method to implement specific actions before the toolbar’s popup menu is displayed. For instance, specific toolbars of the popup menu can be added or deleted.

See Also