Skip to main content

TdxBarManager.PopupMenuLinks Property

Provides access to the collection of linked controls and toolbar popup menus.

Declaration

property PopupMenuLinks: TdxBarPopupMenuLinks read; write;

Property Value

Type Description
TdxBarPopupMenuLinks

A collection of popup menu links.

Remarks

Any TWinControl descendant on a form can be associated with a toolbar popup menu (the dxBarPopupMenu component). This popup menu appears when a user does one of the following:

  • Right-clicks a control

  • Presses the Application key

  • Presses the Shift+F10 key combination while the control has focus

The PopupMenuLinks property specifies a collection of links between toolbar popup menus and controls. To add, delete, and access a particular item within this collection use the Add and Delete methods and the Items property respectively, or use the “Editing …” dialog at design time. To specify the control and the toolbar popup menu of a particular item, use the Control and PopupMenu properties of the collection’s items.

You can select Convert Menu in the bar manager’s context menu at design time to convert a standard TMainMenu or TPopupMenu menu located on the parent form to the ExpressBars menu. Refer to the How to Convert Standard Menus to ExpressBars Menus topic for more information.

See Also