R
Rob Teixeira [MVP]
I assume you are using a ComboBox control.
If I read your question correctly, you want the user to be able to click the
list to select an item, but you don't want them to type their own text into
the control.
If that is true, then all you need to do is change the DropDownStyle
property to "DropDownList".
-Rob Teixeira [MVP]
If I read your question correctly, you want the user to be able to click the
list to select an item, but you don't want them to type their own text into
the control.
If that is true, then all you need to do is change the DropDownStyle
property to "DropDownList".
-Rob Teixeira [MVP]