Suggested API's for "System.Windows.Forms.Control.ControlCollection"


System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)
System.Windows.Forms.Control.ControlCollection.AddRange(System.Windows.Forms.Control[])
System.Windows.Forms.Control.ControlCollection.Clear()
System.Windows.Forms.Control.ControlCollection.Contains(System.Windows.Forms.Control)
System.Windows.Forms.Control.ControlCollection.ContainsKey(string)
System.Windows.Forms.Control.ControlCollection.Find(string, bool)
System.Windows.Forms.Control.ControlCollection.FindIndex(System.Predicate)
System.Windows.Forms.Control.ControlCollection.GetChildIndex(System.Windows.Forms.Control)
System.Windows.Forms.Control.ControlCollection.GetChildIndex(System.Windows.Forms.Control, bool)
System.Windows.Forms.Control.ControlCollection.GetEnumerator()
System.Windows.Forms.Control.ControlCollection.IndexOf(System.Windows.Forms.Control)
System.Windows.Forms.Control.ControlCollection.IndexOfKey(string)
System.Windows.Forms.Control.ControlCollection.IsValidIndex(int)
System.Windows.Forms.Control.ControlCollection.Remove(System.Windows.Forms.Control)
System.Windows.Forms.Control.ControlCollection.RemoveAt(int)
System.Windows.Forms.Control.ControlCollection.RemoveByKey(string)
System.Windows.Forms.Control.ControlCollection.SetChildIndex(System.Windows.Forms.Control, int)