ContextMenuStrip vs ContextMenu. Show as dialog

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top