For non-Editable comboBox Set DropDownStyle as DropDownList.
Coding
ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
Advertisements
For non-Editable comboBox Set DropDownStyle as DropDownList.
Coding
ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;