public PopupComboBox() { InitializeComponent(); dropDownHost = new PopupToolStripDropDown(this); dropDownHost.AutoClose = true; }