GOA - System.Windows.Forms.Control.ControlCollection

Control.ControlCollection Class


Represents a collection of Control objects.

Definition

public class Control.ControlCollection: Object, ICollection, IList, IEnumerable, ICloneable

Members Table

MethodDescription
AddOverloaded. (Inherited from IList)
AddRangeAdds an array of control objects to the Control.ControlCollection.
ClearRemoves all controls from the Control.ControlCollection.
CloneCreates a new object that is a copy of the current instance. (Inherited from ICloneable)
ContainsOverloaded. (Inherited from IList)
Control.ControlCollectionInitializes a new instance of Control.ControlCollection.
CopyToCopies the entire Control.ControlCollection into an existing array at a specified location within the array.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetChildIndexOverloaded. Returns the index of a specified control in the Control.ControlCollection.
GetEnumeratorReturns an enumerator that can be used to iterate through the Control.ControlCollection.
GetHashCodeOverriden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetTypeGets the Type of the current instance. (Inherited from Object)
IndexOfOverloaded. Returns the index of a specified control in the Control.ControlCollection.
InsertWhen implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveOverloaded. Removes a specified control which is contained in the Control.ControlCollection.
RemoveAtRemoves a control which is contained in the Control.ControlCollection at the specified index.
SetChildIndexSets the index of the specified control in the Control.ControlCollection to the specified index.
System.Collections.IList.AddAdds a control to the Control.ControlCollection.
System.Collections.IList.ContainsDetermines whether the Control.ControlCollection contains a specific value.
System.Collections.IList.IndexOfReturns the index of a specified object in the Control.ControlCollection.
System.Collections.IList.InsertInserts an object into the Control.ControlCollection at the specified position.
System.Collections.IList.RemoveRemoves 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.CloneReturns a copy of the Control.ControlCollection.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Gets an element of the Control.ControlCollection at a specified index.
PropertyDescription
CountGets the total number of Control objects in the Control.ControlCollection.
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList)
IsReadOnlyGets a value indicating whether the Control.ControlCollection is read-only.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the Control.ControlCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object which can be used to synchronize access to the Control.ControlCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the Control.ControlCollection has a fixed size.

Inheritance Hierarchy

Object
Control.ControlCollection
TabControl.ControlCollection

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.