Hi guys,
I am writing windows from application in that i am using combo box control. I have already inserted data in combo box. some properties i have sated for combo box are
dropdownstyle= dropdown
autocompletesource = Listitem
autocompletemode= suggested append.
now my problem is i would like to restrict user to enter only those value which is in combo box. for example if combo box has 3 item in it apple, mango and grape
then i want user to enter one of them while they filling value in combo box.
thank you guys for time.
Vijay shiyani