SelectionMode - ahatornn/clforms GitHub Wiki
SelectionMode
Defines the selection behavior for a list
public enum SelectionMode
Values
| value | Description |
|---|---|
| None | The user cannot select any item |
| One | The user can select only one item at a time |
Defines the selection behavior for a list
public enum SelectionMode
| value | Description |
|---|---|
| None | The user cannot select any item |
| One | The user can select only one item at a time |