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