The members of System.Windows.Forms.ImageList are listed below.
See Also: Inherited members from System.ComponentModel.Component
Initializes a new instance of the System.Windows.Forms.ImageList class with default values for ImageList.ColorDepth, ImageList.ImageSize, and ImageList.TransparentColor. | ||
Initializes a new instance of the System.Windows.Forms.ImageList class, associating it with a container. |
ColorDepth | ColorDepth.
Gets the color depth of the image list. | |
[read-only] | Handle | IntPtr.
Gets the handle of the image list object. |
[read-only] | HandleCreated | bool.
Gets a value indicating whether the underlying Win32 handle has been created. |
[read-only] | Images | ImageList.ImageCollection.
Gets the System.Windows.Forms.ImageList.ImageCollection for this image list. |
ImageSize | System.Drawing.Size.
Gets or sets the size of the images in the image list. | |
ImageStream | ImageListStreamer.
Gets the System.Windows.Forms.ImageListStreamer associated with this image list. | |
Tag | object.
Gets or sets an object that contains additional data about the System.Windows.Forms.ImageList. | |
TransparentColor | System.Drawing.Color.
Gets or sets the color to treat as transparent. |
Draw(System.Drawing.Graphics, System.Drawing.Point, int)
| ||
Draw(System.Drawing.Graphics, int, int, int)
| ||
Draw(System.Drawing.Graphics, int, int, int, int, int)
| ||
override | ToString()
|
override | Dispose(bool)
|
RecreateHandle |
Occurs when the ImageList.Handle is recreated. |