FormControlSelectionType Enum
Represents the kind of selection used for the ListBox.
Fields
Extend | The element can have multiple items selected by holding a control key and clicking on each item. |
Multi | The element can have multiple items selected by clicking on each item. |
Single | The element shall only have one selected item. |