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.
piotrzarek - 22 May 2006 20:06 GMT
Just run the method "HideDropDown" on the ToolStripMenuItem which
contains this ToolStripComboBox.
Zarek
http://coderesearches.blogspot.com