ImageList::ImageCollection Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the collection. |
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the ImageList::ImageCollection has a fixed size. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an image in an existing ImageList::ImageCollection. |


