How to disable editing of elements in combobox for c#? October 25, 2022 by Tarik Use the ComboStyle property: comboBox.DropDownStyle = ComboBoxStyle.DropDownList;