Hello,
I have a context menu (not ContextMenuStrip) with a couple of menu items.
For one of the items, when it's clicked, I want to do some work but not
close/hide the context menu after the click. Is there a way for me to keep
the menu open? I can't find a way to cancel the closing event.
Also, is there a way for me to find out the width/height of each menu item,
or of the entire context menu when it is shown?
Thanks for the help.