Combobox readonly.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a way to lock a combobox ( pseudo read-only) for direct text editing, such that it only can be changed/edited by selecting one of the values in Combobox.Items.

Best regrets Jesper
 
Just set the DropDownStyle property to ComboBoxStyle.DropDownList.

- Pete


Jesper said:
Hi,

Is there a way to lock a combobox ( pseudo read-only) for direct text
editing, such that it only can be changed/edited by selecting one of the
values in Combobox.Items.
 
Back
Top