I have a property editor. By default property editor drop down style is ComboBoxStyle.DropDown so user can edit the text of the combobox. I do not want to permit this so I want to change the drop down style of the combobox property editor to ComboBoxStyle.DropDownList. How to do this?