ToolStripComboBox

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

Guest

Once a ToolStripComboBox item has been selected, how do I programmatically
close up the MenuStrip it contains? Currently, as I respond to the
SelectedIndexChanged event, I retrieve the selected item, but the menu stays
open.
 
Back
Top