[]
Represents the selection of a C1ComboBox.
public class ComboBoxSelection : IList<ComboBoxItem>, ICollection<ComboBoxItem>, IReadOnlyList<ComboBoxItem>, IReadOnlyCollection<ComboBoxItem>, IEnumerable<ComboBoxItem>, IEnumerable, INotifyCollectionChanged
Public Class ComboBoxSelection
Implements IList(Of ComboBoxItem), ICollection(Of ComboBoxItem), IReadOnlyList(Of ComboBoxItem), IReadOnlyCollection(Of ComboBoxItem), IEnumerable(Of ComboBoxItem), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| Count | Gets the number of selected items. |
| IsReadOnly | |
| this[int] | Gets the selected item at the specified index. |
| Ranges | Gets the selected indexes. |
| Name | Description |
|---|---|
| Add(ComboBoxItem) | |
| Add(object) | |
| Clear() | |
| Contains(ComboBoxItem) | |
| CopyTo(ComboBoxItem[], int) | |
| CopyTo(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
| GetEnumerator() | Gets the enumerator. |
| IndexOf(ComboBoxItem) | |
| Insert(int, ComboBoxItem) | |
| Remove(ComboBoxItem) | |
| RemoveAt(int) |
| Name | Description |
|---|---|
| CollectionChanged |