ComponentCollection.IndexOf Method
This method determines the index of a specific Component in the ComponentCollection.
Syntax
public int IndexOf ( object value )
| Parameters | Description |
| value | The object to search for in the collection. |
Return Value
The index of the object that was found in the collection.