ComboBox.ObjectCollection Class
Represents the collection of items in a ComboBox.
Definition
Members Table
The following table lists the members exposed by the ComboBox.ObjectCollection object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Add | Adds an item to the ComboBox.ObjectCollection. |
| AddRange | Adds an array of items to the ComboBox.ObjectCollection. |
| Clear | Removes all items from the ComboBox.ObjectCollection. |
| Contains | Determines whether the ComboBox.ObjectCollection contains a specific item. |
| CopyTo | Overloaded. Copies the elements of the ComboBox.ObjectCollection to an Array, starting at a particular Array index. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetEnumerator | Returns an enumerator that can iterate through the ComboBox.ObjectCollection. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Determines the index of a specific item in the ComboBox.ObjectCollection. |
| Insert | Inserts an item into the ComboBox.ObjectCollection at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Remove | Removes the specified item from the ComboBox.ObjectCollection. |
| RemoveAt | Removes the item at the specified index of the ComboBox.ObjectCollection. |
| System.Collections.ICollection.CopyTo | Copies the elements of the ComboBox.ObjectCollection into an Array, starting at a particular Array index. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| this[] | Gets or sets the item at the specified index. |
Properties
Inheritance Hierarchy
ObjectComboBox.ObjectCollection
Class Information
| Namespace | System.Windows.Forms |
|---|
| Flash Library | System.Windows.Forms.scl |
|---|
| Flash Library Version | 2.0.0.2118 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|