ListBox.ObjectCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds an item to the list of items for a ListBox. |
| AddRange | Overloaded. Adds a group of items to the list of items for a ListBox. |
| Clear | Removes all items from the collection. |
| Contains | Determines whether the specified item is located within the collection. |
| CopyTo | Copies the entire collection into an existing array of objects at a specified location within the array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumerator to use to iterate through the item collection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Returns the index within the collection of the specified item. |
| Insert | Inserts an item into the list box at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified object from the collection. |
| RemoveAt | Removes the item at the specified index within the collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |