.NET Framework Class Library
CollectionEditor..::.CanSelectMultipleInstances Method

Updated: November 2007

Indicates whether multiple collection items can be selected at once.

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

Visual Basic (Declaration)
Protected Overridable Function CanSelectMultipleInstances As Boolean
Visual Basic (Usage)
Dim returnValue As Boolean

returnValue = Me.CanSelectMultipleInstances()
C#
protected virtual bool CanSelectMultipleInstances()
Visual C++
protected:
virtual bool CanSelectMultipleInstances()
J#
protected boolean CanSelectMultipleInstances()
JScript
protected function CanSelectMultipleInstances() : boolean

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.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Page view tracker