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
True if item is found in this collection. Otherwise, false.