How to make Combobox readonly

  • Thread starter Thread starter Totto
  • Start date Start date
T

Totto

Hi,
I'm populating a combobox from a database, but would like to prevent users
to edit in it.
Can't find any readonly property. Anyone know how to do this ?
 
Totto said:
Hi,
I'm populating a combobox from a database, but would like to prevent
users to edit in it.
Can't find any readonly property. Anyone know how to do this ?

Set the DropDownStyle property to the value ComboBoxStyle.DropDownList
 
* "Totto said:
I'm populating a combobox from a database, but would like to prevent users
to edit in it.
Can't find any readonly property. Anyone know how to do this ?

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