Back to Devexpress

TdxRibbonCustomRadialMenu.OnPopup Event

vcl-dxribbonradialmenu-dot-tdxribboncustomradialmenu-32d3910b.md

latest867 B
Original Source

TdxRibbonCustomRadialMenu.OnPopup Event

Enables you to respond to displaying the radial menu on screen.

Declaration

delphi
property OnPopup: TNotifyEvent read; write;

Remarks

This event is fired when the radial menu is about to be displayed on screen via the Popup, PopupFromCursorPos, or Show method call.

Sender specifies the radial menu to be displayed.

See Also

TdxRibbonCustomRadialMenu Class

TdxRibbonCustomRadialMenu Members

dxRibbonRadialMenu Unit