请问如何设置下拉设置下只能下拉不能输入,并显示TEXT;DropDownStyle 设置为 DropDownList的话,TEXT就不能显示,求指点
private void comboBox1_KeyPress(object sender, KeyPressEventArgs e){e.Handled = true;}