Is there a way to prevent the ToolStripMenuItem from closing when I click on a child control (in its DropDrowItems collection)?
In my case, I have some ToolStripMenuItems that work like a checkbox. In fact, I applied the radio behavior in some ToolStripMenuItems using the Check property. But I don’t want the menu to close when I click on any of them, because they are not an action, they are only parameters in the menu item.
Is it possible?
source
share