| Friendly Name | Selection Style |
|---|---|
| API Name | SelectionStyle |
| Type | Integer |
| Restrictions | Range is 0 - 2 |
| Get Function | (dcl-Control-GetSelectionStyle <CONTROL>) |
| Set Function | (dcl-Control-SetSelectionStyle <CONTROL>
NewValue [as Integer]) |
| Applies To | DWG List, List Box |
This property determines the selection behavior for control items. Changing this property at runtime has no effect on an existing control.
| Value | Description |
|---|---|
| 0 | Single selection |
| 1 | Multiple selection |
| 2 | Toggle selection |