ComboBox ReadOnly properities

  • Thread starter Thread starter Przemek
  • Start date Start date
P

Przemek

Hi.
How can I set ReadOnly status with my ComboBox control?
I don't want to let user change current text value in my combobox.
Good day. Thanks.
 
* "Przemek said:
How can I set ReadOnly status with my ComboBox control?
I don't want to let user change current text value in my combobox.

Set the 'DropDownStyle' property to 'DropDownList'.
 
Back
Top