This documentation is archived and is not being maintained.
ListItemsCollectionEditor.CanSelectMultipleInstances Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ListItemsCollectionEditor Class | ListItemsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace
Show: