I do not want the user to be able to change the value displayed in the combobox. I have been using Enabled = false but it grays out the text, so it is not very
Enabled = false
make DropDownStyle property to DropDownList instead of DropDown then handle the TextChanged event to prevent user changing text.
DropDownStyle
DropDownList
DropDown
TextChanged