comboBox problem
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, for a comboBox on a form, how can I force the user to choose only the choices of item in the comboBox, so he cannot input text in the comboBox ? Thanks
-
Hi, for a comboBox on a form, how can I force the user to choose only the choices of item in the comboBox, so he cannot input text in the comboBox ? Thanks
Set the
DropDownStyle
property toDropDownList
From the help "The user cannot directly edit the text portion. The user must click the arrow button to display the list portion."