[]
Represents the selection of a C1ListView.
public class ListViewSelection : IReadOnlyList<ListViewItem>, IReadOnlyCollection<ListViewItem>, IEnumerable<ListViewItem>, IEnumerable
Public Class ListViewSelection
Implements IReadOnlyList(Of ListViewItem), IReadOnlyCollection(Of ListViewItem), IEnumerable(Of ListViewItem), IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of selected items. |
| this[int] | Gets the selected item at the specified index. |
| Ranges | Gets the selected indexes. |
| Name | Description |
|---|---|
| GetEnumerator() | Gets the enumerator. |