I am using a combo box in a windows forms application with a bound datasource and using autocomplete suggestappend from the listitems collection. I would like to restrict the user from entering any custom text into the combo box. If the user enters an item that is not in the list, it needs to default to the "Select..." item. Is this possible? Thanks.