Make combobox uneditable....

  • Thread starter Thread starter RMZ
  • Start date Start date
R

RMZ

Is there a property to set in order to make it so the user can not edit
the value of the currently selected item in a ComboBox, default is
editable.
 
RMZ said:
Is there a property to set in order to make it so the user can not edit
the value of the currently selected item in a ComboBox, default is
editable.


Check out the 'DropDownStyle' property.
 
Is there a property to set in order to make it so the user can not edit
the value of the currently selected item in a ComboBox, default is
editable.

You could set the DropDownStyle of the combo box to DropDownList
 
Back
Top