ImageComboBoxItemCollection Methods
Represents a collection of items displayed within the dropdown list of ImageComboBoxEdit editors.
Name | Description |
---|---|
Add |
Adds a new item to the current collection. |
Add |
Adds a new item to the current collection.
Inherited from Combo |
Add |
Adds a new item to the current collection. |
Add |
Adds new items to the collection that will represent elements of the specified enumeration. Allows you to assign integer values to the items’ Value property. |
Add |
Adds new items to the collection that will represent elements of the specified enumeration. |
Add |
Adds new items to the collection that will represent elements of the specified enumeration. |
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. |
Add |
Adds new items to the collection that will represent elements of the specified enumeration. The display captions of the items are generated by the specified converter. |
Add |
Retrieves images from the target image list, assigned to either the Repository |
Add |
Adds an array of items to the collection. |
Add |
Adds the items from the specified collection to the current collection.
Inherited from Combo |
Add |
Adds an array of items to the collection.
Inherited from Combo |
Assign |
Copies items from the source collection to the current collection.
Inherited from Combo |
Begin |
Locks the Combo |
Clear() |
Removes all objects from the Collection |
Contains |
Gets a value indicating whether the specified object is an element of the current collection.
Inherited from Combo |
End |
Unlocks the Combo |
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 |
Returns the item in the current collection that contains the specified value. |
Get |
Gets the text representation of the specified item. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Gets the zero-based index of the specified object in the item collection.
Inherited from Combo |
Insert |
Inserts a new element at the specified position.
Inherited from Combo |
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 when removing an element from 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 object from the collection.
Inherited from Combo |
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. |
See Also