I'm hosting a usercontrol in a toolstrip dropdown using the technique described here: http://windowsclient.net/blogs/faqs/archive/2006/07/12/how-can-i-add-a-user-control-to-a-toolstrip.aspx.
This technique works beautifully, except for the fact that the user control I'm hosting has several combo boxes. A few of those drop down outside of the usercontrol's surface. When I click on combo items outside of the usercontrol's surface, it closes the menu item (similar to if you drop down a menu and then click anywhere in the windows outside the menu).
Surely there's some way to prevent the tab strip drop down from closing when the combo's drop down item is selected.