I want to prevent the user from entering data from the keyboard into a combobox, so that the user selects only the values listed in it. Is there a property that I could make use of. I thought of using a key press event for the combo. How do I prevent the user entry being entered into it under this event??