ListView.CheckedListViewItemCollection Properties
.NET Framework 4.5
The ListView.CheckedListViewItemCollection 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[Int32] | Gets the item at the specified index within the collection. |
|
Item[String] | Gets an item with the specified key within the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the ListView.CheckedListViewItemCollection 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 collection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets an object from the collection. |