The properties of System.Windows.Forms.ImageList are listed below. For a list of all members, see the ImageList Members list.
See Also: Inherited members from System.ComponentModel.Component
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. |