Reputation: 14100
Goal:
The user should not make any changes in the text field in Combobox.
Problem:
I don't want the user to make any changes in the text field. I want the user to make a selection in the DropDownList without any text changes. The same concept will be as ListBox.
Upvotes: 1
Views: 119
Reputation: 3314
Change your DropDownStyle property to "DropDownList" for your ComboBox.
Upvotes: 0
Reputation: 103467
Change the DropDownStyle property to ComboBoxStyle.DropDownList
Upvotes: 1