先把combobox DropDownStyle属性改成Simple,然后在鼠标单击事件中,设置属性为DropDown就可以了。 this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDown;