ComponentCollection.Item Property
This property returns a specific Component from the ComponentCollection.
Syntax (C#)
public object this[int index] { get; }
Parameters | Description |
index | The index of the Component to return. |
Return Value
The specified Component from the collection.