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
 
Back
Top