CollectionEditor::CanSelectMultipleInstances Method ()

 

Indicates whether multiple collection items can be selected at once.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual bool CanSelectMultipleInstances()

Return Value

Type: System::Boolean

true if it multiple collection members can be selected at the same time; otherwise, false. By default, this returns true.

This method indicates whether multiple collection members can be selected within the collection editor dialog box.

.NET Framework
Available since 1.1
Return to top
Show: