TdxBarSubMenuControl.OnPopup Event
Enables you to respond to invoking the submenu.
Declaration
property OnPopup: TNotifyEvent read; write;
Remarks
This event is generated by the DoPopup method in response to calling the Show method.
The OnPopup event fires before the OnShow event, which enables you to perform specific actions before the submenu appears on screen.
See Also