Name | Description | |
---|---|---|
ComboBoxItemList Constructor | Initializes a new instance of the ComboBoxItemList class. |
The following tables list the members exposed by ComboBoxItemList.
Name | Description | |
---|---|---|
ComboBoxItemList Constructor | Initializes a new instance of the ComboBoxItemList class. |
Name | Description | |
---|---|---|
Count | Gets the number of items contained in the ComboBoxItemList instance. | |
Item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the ComboBoxItemList. | |
AddRange | Adds items of the specified collection to the end of the ComboBoxItemList. | |
Clear | Removes all items from the ComboBoxItemList. | |
Contains | Determines whether an item is in the ComboBoxItemList. | |
GetEnumerator | Returns an enumerator that iterates through the ComboBoxItemList. | |
IndexOf | Searches for the specified item and returns the zero-based index. | |
Insert | Inserts item into the ComboBoxItemList at the specified index. | |
InsertRange | Inserts items into the ComboBoxItemList at the specified index. | |
Remove | Removes the first occurrence of a specified item from the collection. | |
RemoveAll | Removes all the items that match the conditions defined by the specified predicate. | |
RemoveAt | Removes the item at the specified index of the collection. | |
RemoveRange | Removes a range of elements from the ComboBoxItemList. |
Name | Description | |
---|---|---|
OnCollectionChanged | Overloaded. Fires the CollectionChanged event. | |
OnCollectionReset | Fires the CollectionChanged event. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the ComboBoxItemList changes, either by adding or removing an item. |