Which value for the combobox dropdownstyle property allows a user to type in data?
Answers
Answered by
15
Please find the answer below:
DropDown value for the ComboBox DropDownStyle property allows a user to type in data
Answered by
4
The answer is DropDown.
The DropDown value for the combo DropDownStyle property allows a user to type in data. You can type a value that is not present in the DropDown list.
The DropDownStyle property usually takes three values – DropDown, DropDownList and DropDownSimple. This property specifies whether the items of the list are always displayed or represented as a dropdown list.
The DropDownList value does not allow you to enter any value that is not present in the list.
Similar questions