Combobox text locking

  • Thread starter Thread starter manoj
  • Start date Start date
M

manoj

hi,
I have a combo-box in my application and i dont want
the user to change the text in it.
It must be just visible but not allowed to modify.

Any help is thanked.
manoj
 
Try combo.Enabled =false
In this way the combo will be disabled, and you also will not be able to see
the items in the combo list
 
Back
Top