ListItemsCollectionEditor::CanSelectMultipleInstances Method ()

 

Gets a value indicating whether multiple ListItem elements can be selected at one time.

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

protected:
virtual bool CanSelectMultipleInstances() override

Return Value

Type: System::Boolean

Always false.

The CanSelectMultipleInstances method always returns false; thus, only one ListItem object can be selected at a time in the ListItemsCollectionEditor object.

.NET Framework
Available since 1.1
Return to top
Show: