ListView.SelectedIndexCollection Properties
.NET Framework 4.5
The ListView.SelectedIndexCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item | Gets the index value at the specified index within the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection of controls. |
|
IList.IsFixedSize | Infrastructure. Gets a value indicating whether the ListView.SelectedIndexCollection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets an object in the collection. |