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.DoShowCustomizingPopup(TdxBarItemLinks) Method

Fires the OnShowCustomizingPopup event.

#Declaration

Delphi
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