How to make a combobox read only in C# (windows form)?
I had manually populated the collection in the list of combobox items, I want that the user should not be able to change the visible text in the combobox.
blah blah blah is here! blah blah » Close
1 answers
Set the DropDownStyle to DropDownList
answered 2 years ago by:
2499