Skip to main content

TdxAlertWindowOptionsCaptionButtons.PopupMenu Property

Associates the Dropdown caption button with a popup menu providing custom functionality.

Declaration

property PopupMenu: TComponent read; write;

Property Value

Type
TComponent

Remarks

If this property is assigned, clicking the Dropdown caption button will display the associated popup menu (a TdxBarPopupMenu, TdxRibbonPopupMenu, or TPopupMenu control). To respond to menu item clicks, use events provided by the popup menu.

Note

The Dropdown caption button is disabled unless the PopupMenu property is assigned.

See Also