ComboBoxEdit
You can change the operation mode of a combo box editor by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a combo box editor to one of the objects listed in the table below.
Operation Mode | Settings object | Description |
---|---|---|
Simple item list combo box | Standard combo box. This is the default operation mode. | |
Checked combo box | Checked item list. Allows multiple item selection. | |
Radio button combo box | A list with radio buttons next to the items. Allows single item selection. | |
Token combo box | Item list that allows multiple item selection. Selected items appear as tokens. | |
Checked token combo box | Checked item list. Allows multiple item selection. Selected items appear as tokens. |
Refer to the following help topic for more information: Multiple Selection in ComboBoxEdit, LookUpEdit, and ListBoxEdit.