This documentation is archived and is not being maintained.

CollectionEditor.CanSelectMultipleInstances Method

Indicates whether multiple collection items can be selected at once.

[Visual Basic]
Protected Overridable Function CanSelectMultipleInstances() As _
   Boolean
[C#]
protected virtual bool CanSelectMultipleInstances();
[C++]
protected: virtual bool CanSelectMultipleInstances();
[JScript]
protected function CanSelectMultipleInstances() : Boolean;

Return Value

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

Remarks

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace

Show: