Setting the Type of Combo Box Control
- Last UpdatedJul 13, 2023
- 1 minute read
You can use one of the following combo box control types:
-
Simple - no drop-down list, values can be entered
-
DropDown - has a drop-down list, values can be entered
-
DropdownList - has a drop-down list, values cannot be entered
To set the type of Combo Box control
-
Select the combo box control.
-
In the Properties Editor, select from the list for the DropDownType property:
-
Simple
-
DropDown
-
DropDownList
-