Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.DoShowToolbarsPopup(TdxBarItemLinks) Method

Fires the OnShowToolbarsPopup event.

#Declaration

Delphi
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