Set the combo box control type
- Last UpdatedAug 30, 2024
- 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
-