ListControl.VerifyMultiSelect Method ()

 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Friend Overridable Sub VerifyMultiSelect

Exception Condition
HttpException

The VerifyMultiSelect method does nothing if multiselection is supported. Otherwise, it throws an HttpException exception.

.NET Framework
Available since 2.0
Return to top
Show: