how to set combobox read only or user cannot write in a combo box only can select the given items?

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2010-06-17T11:00:55Z Indexed on 2010/06/17 11:03 UTC
Read the original article Hit count: 188

Filed under:
|

i am facing a problem in setting the combo property such that only user can select the values form given items but cannot write in the combo box,

how can i do so in c#?

thanx in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about combobox