SelectionMode enumeration
Defines constants that specify the selection behavior for a ListBox.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The SelectionMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Single | 0 |
The user can select only one item at a time. |
| Multiple | 1 |
The user can select multiple items without entering a special mode. |
| Extended | 2 |
The user can select multiple items by entering a special mode, for example when depressing a modifier key. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 3/12/2013
