ImageList.ImageCollection Properties
.NET Framework 4.5
The ImageList.ImageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of images currently in the list. |
|
Empty | Gets a value indicating whether the ImageList has any images. |
|
IsReadOnly | Gets a value indicating whether the list is read-only. |
|
Item[Int32] | Gets or sets an Image at the specified index within the collection. |
|
Item[String] | Gets an Image with the specified key from the collection. |
|
Keys | Gets the collection of keys associated with the images in the ImageList.ImageCollection. |
| 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. |
|
IList.IsFixedSize | Infrastructure. Gets a value indicating whether the ImageList.ImageCollection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets an image in an existing ImageList.ImageCollection. |