Determines whether a control is in the collection.
public bool Contains(System.Windows.Forms.Control item);Public Function Contains(ByVal item As System.Windows.Forms.Control) As Boolean| Parameter | Description | 
|---|---|
| item | The item to locate in this collection. | 
True if item is found in this collection. Otherwise, false.