ListSelectionMode Enumeration
.NET Framework (current version)
Specifies the selection mode of the ListBox control.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Multiple | Multiple item selection mode. | |
| Single | Single item selection mode. |
The ListSelectionMode enumeration represents the selection mode of the ListBox control that determines whether a user can select multiple items or just a single item.
.NET Framework
Available since 1.1
Available since 1.1
Show: