ControlCollection Members
Represents the control collection class.
The following tables list the members exposed by the ControlCollection type.
Public Constructors
Name | Description | |
---|---|---|
ControlCollection | Initializes a new instance of the ControlCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
IsReadOnly | Gets a value that specifies whether the collection is read-only. | |
Item | Gets or sets the control element at the specified index. | |
Item | Gets the control element with the specified name. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. | |
Clear | Removes all items from the collection. | |
Contains | Overloaded. | |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
Equals | (inherited from Object) | |
GetEnumerator | Gets an enumerator that iterates through the collection. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | Determines the index of a specific item in the IList. | |
Insert | Inserts an item to the IList at the specified index. | |
Refresh | Refreshes this instance. | |
Remove | Removes the first occurrence of a specific object from the ICollection. | |
RemoveAt | Removes the IList item at the specified index. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through a collection. |
Top
See Also
Reference
ControlCollection Class
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.