Name | Description | |
---|---|---|
Add | Overloaded. Adds a item with specified string value to the ComboBoxItemCollection. | |
AddRange | Adds values of the specified collection to the end of the ComboBoxItemCollection. | |
AddRangeValues | Adds values of the specified collection to the end of the ComboBoxItemCollection. | |
AddValue | Adds a item with specified value to the ComboBoxItemCollection. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | Overloaded. Inserts item with specified string value into the ComboBoxItemCollection at the specified index. | |
InsertRangeValues | Inserts values into the ComboBoxItemCollection at the specified index. | |
InsertValue | Inserts item with specified value into the ComboBoxItemCollection at the specified index. | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAtValue | Removes the first occurrence of a specified value from the collection. | |
RemoveRange | Removes a range of item from the ComboBoxItemCollection. |