Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.
combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option. The main difference with the listbox is thus that it's editable.
Although comboboxes are primarily meant for single selection they may be customized to support multiple selections.
combobox, dropdownlist and listbox are quite similar. However, dropdownlist is a read-only dropdown list of options and listbox is a read-only list of options. Whereas in case of combobox, the user can either select from the dropdownlist or type a value directly into the input field.
Drop-down list is sometimes also refered to as non-editable version of combobox.