Back to Devexpress

TdxAlertWindowOptionsCaptionButtons.PopupMenu Property

vcl-dxalertwindow-dot-tdxalertwindowoptionscaptionbuttons.md

latest1.2 KB
Original Source

TdxAlertWindowOptionsCaptionButtons.PopupMenu Property

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

Declaration

delphi
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

TdxAlertWindowOptionsCaptionButtons Class

TdxAlertWindowOptionsCaptionButtons Members

dxAlertWindow Unit