ControlCollection::Item Property (Int32)
.NET Framework (current version)
Gets a reference to the server control at the specified index location in the ControlCollection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The location of the server control in the ControlCollection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index parameter is less than zero or greater than or equal to ControlCollection::Count. |
.NET Framework
Available since 1.1
Available since 1.1
Show: