Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
The following tables list the members exposed by ComboBoxItemCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
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. |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
ClearItems | Overridden. Removes all items from the collection. | |
InsertItem | Overridden. Inserts an item into the collection at the specified index. | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) | |
RemoveItem | Overridden. Removes the item at the specified index of the collection. | |
SetItem | Overridden. Replaces the element at the specified index. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>) |