Skip to main content

TdxBarSubMenuControl.OnShow Event

Enables you to perform specific actions before the submenu appears on screen.

Declaration

property OnShow: TNotifyEvent read; write;

Remarks

This event is generated by the DoShow method in response to calling the Show method.

You can handle the OnPopup event, which fires before the OnShow event, to respond to invoking the submenu.

See Also