I have a context menu that the bottom option opens a popup UserControl (UC) on Mouse_Enter, I would like to keep the contextmenustrip(CMS) open until the user picks an option from the UC. However the default behavior of a CMS is modal, so I cannot interact with the UC. Is there any way to keep the CMS open and still be able to interact with the UC or is my only option to create another UC to be a pseudo CMS?
↧