Paulo Barretto
Paulo Barretto

Reputation: 175

Is there a menu item property like "drop down is open"?

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

Answers (1)

layonez
layonez

Reputation: 1785

Try to use visible property of ToolStripMenuItem

Upvotes: 5

Related Questions