The IImageList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddImage | Overloaded. Adds the specified bitmap to the image list. |
![]() |
Clear |
Deletes all items from the image list. |
![]() |
ContainsKey |
Determines whether the list contains a specific key. |
![]() |
Dispose | (Inherited from IDisposable.) |
![]() |
GetImage |
Gets an image associated with the specified key. |
![]() |
IndexOfKey | Overloaded. Returns a zero-based index of the specified key in the list. |
![]() |
RemoveByKey |
Removes an image with the specified key from the list. |
![]() |
SetDefaultImage | Overloaded. Inserts a default image or icon into the image list. |
![]() |
SetImage |
Sets the specified bitmap for the specified key. |
Name | Description | |
---|---|---|
![]() |
Handle |
Gets a Windows API handle to the image list (HIMAGELIST). |
Name | Description | |
---|---|---|
![]() |
ImageRemoved |
Raised when an image is removed from the list. |