Reputation: 175
I'm making a custom control ToolStripMenuItem, and I need to know whether its drop down menu is open or not. I could not find such property, does it exist?
Upvotes: 1
Views: 522
Reputation: 1785
Try to use visible property of ToolStripMenuItem
ToolStripMenuItem
Upvotes: 5