ImageListBoxItemCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Image |
Creates a new Image |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of items in the collection.
Inherited from List |
Inner |
Gets an Array |
Item[Int32] | Gets or sets an item at the specified position. |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
#Methods
Name | Description |
---|---|
Add |
Creates a new item with the specified settings and appends it to the collection. |
Add |
Adds a new item with the specified value to the collection. |
Add |
Populates this List |
Add |
Populates this List |
Add |
Populates this List |
Add |
Adds new items that represent elements of the specified enumeration to the control. Allows you to customize item descriptions and specify whether underlying integer values are assigned to the item values.
Inherited from List |
Add |
Populates this List |
Add |
Adds an array of items to the collection. |
Add |
Adds an array of items to the collection.
Inherited from List |
Begin |
Locks the List |
Clear() |
Removes all objects from the Collection |
Contains |
Returns whether the specified item belongs to the current collection.
Inherited from List |
End |
Unlocks the List |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified Image |
Insert |
Creates a new item and adds it to the specified position within the collection.
Inherited from List |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified item from the collection.
Inherited from List |
Remove |
Removes the element at the specified index of the Collection |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
List |
Occurs after the item collection has been changed.
Inherited from List |
See Also