ToolStripMenuItem and Popup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

When using the MenuItem class you had access to the Popup event. What is
the equalivant event when using ToolStripMenuItem class?

Craig
 
Hi Craig,

When using the MenuItem class you had access to the Popup event. What is
the equalivant event when using ToolStripMenuItem class?

There's more than one Event:

- DropDownOpening
- DropDownOpened
- DropDownItemClicked
- DropDownClosed

Regards,

Frank Eller
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top