ContextMenuStrip vs ContextMenu. Show as dialog

  • Thread starter Thread starter kalvin.tuel
  • Start date Start date
K

kalvin.tuel

The contextMenu.show would cause the contextMenu to be shown like a
dialog. The next statement wouldn't execute until the the menu item
selected was complete. ContextMenuStrip.show seems to behave like a
modeless dialog and execution continues regardless of the users menu
selection. Is there a way to show the ContextMenuStrip like a dialog,
the way ContextMenu was displayed?

Thank you.
Kalvin
 
Back
Top