This documentation is archived and is not being maintained.

ListItemsCollectionEditor.CanSelectMultipleInstances Method

Indicates whether multiple items in the list can be selected at the same time.

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

Return Value

true if multiple items can be selected at the same time; otherwise, false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ListItemsCollectionEditor Class | ListItemsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace

Show: