ListControl::VerifyMultiSelect Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the list control supports multiselection mode.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | SelectionMode is set to Single. |
The VerifyMultiSelect method does nothing if multiselection is supported. Otherwise, it throws an HttpException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: