This documentation is archived and is not being maintained.
TableRowsCollectionEditor.CanSelectMultipleInstances Method
.NET Framework 1.1
Indicates whether multiple instances may be selected.
[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 once; otherwise, false. This implementation always returns 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
TableRowsCollectionEditor Class | TableRowsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace
Show: