How to prevent manual input into a ComboBox in C# March 1, 2023 by Tarik Just set your combo as a DropDownList: this.comboBoxType.DropDownStyle = ComboBoxStyle.DropDownList;