"uneditable" ComboBox

  • Thread starter Thread starter babylon
  • Start date Start date
B

babylon

I use the builtin ComboBox...the user can type in any value he/she wants..
can I limit it to Items I provided?

thx..
 
* "babylon said:
I use the builtin ComboBox...the user can type in any value he/she wants..
can I limit it to Items I provided?

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