How can I make a ComboBox non-editable in .NET?

I want to have a “select-only” ComboBox that provides a list of items for the user to select from. Typing should be disabled in the text portion of the ComboBox control.

My initial googling of this turned up an overly complex, misguided suggestion to capture the KeyPress event.

7 Answers
7

Leave a Comment