Control::ControlCollection::Item Property (Int32)
.NET Framework (current version)
Indicates the Control at the specified indexed location in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index of the control to retrieve from the control collection.
Property Value
Type: System.Windows.Forms::Control^The Control located at the specified index location within the control collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index value is less than zero or is greater than or equal to the number of controls in the collection. |
To retrieve a Control from the Control::ControlCollection, reference the collection object with a specific index value. The index value of the Control::ControlCollection is a zero-based index.
.NET Framework
Available since 1.1
Available since 1.1
Show: