| InputPanel Components > InputComboBox |
The default InputComboBox has a drop-down arrow, but you can change the appearance of the drop-down style by setting its DropDownStyle property to a different value. InputComboBox has a dop-down arrow and a drop-down list.
You can also specify y the maximum number of entries to display in the drop-down list using the InputComboBox.MaxDropDownItems property. The default is eight entries.
Two types of items can be added to the InputComboBox: InputOption and InputGroupHeader.
C1InputPanel provides an InputComboBox Item Collection Editor to add items to the InputComboBox. The items are referred to as InputOption.