| Method | Description |
|---|
| Add | Overloaded. (Inherited from IList) |
| AddRange | Adds an array of control objects to the Control.ControlCollection. |
| Clear | Removes all controls from the Control.ControlCollection. |
| Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |
| Contains | Overloaded. (Inherited from IList) |
| Control.ControlCollection | Initializes a new instance of Control.ControlCollection. |
| CopyTo | Copies the entire Control.ControlCollection into an existing array at a specified location within the array. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetChildIndex | Overloaded. Returns the index of a specified control in the Control.ControlCollection. |
| GetEnumerator | Returns an enumerator that can be used to iterate through the Control.ControlCollection. |
| GetHashCode | Overriden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Overloaded. Returns the index of a specified control in the Control.ControlCollection. |
| Insert | When implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Remove | Overloaded. Removes a specified control which is contained in the Control.ControlCollection. |
| RemoveAt | Removes a control which is contained in the Control.ControlCollection at the specified index. |
| SetChildIndex | Sets the index of the specified control in the Control.ControlCollection to the specified index. |
| System.Collections.IList.Add | Adds a control to the Control.ControlCollection. |
| System.Collections.IList.Contains | Determines whether the Control.ControlCollection contains a specific value. |
| System.Collections.IList.IndexOf | Returns the index of a specified object in the Control.ControlCollection. |
| System.Collections.IList.Insert | Inserts an object into the Control.ControlCollection at the specified position. |
| System.Collections.IList.Remove | Removes the first occurrence of a specific object from the Control.ControlCollection. |
| System.Collections.IList.this[] | Gets an element of the Control.ControlCollection at a specified index |
| System.ICloneable.Clone | Returns a copy of the Control.ControlCollection. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| this[] | Overloaded. Gets an element of the Control.ControlCollection at a specified index. |