System.Windows.Forms.ImageList: Property Members

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

Public Properties

ColorDepthColorDepth.

Gets the color depth of the image list.

[read-only]
HandleIntPtr.

Gets the handle of the image list object.

[read-only]
HandleCreatedbool.

Gets a value indicating whether the underlying Win32 handle has been created.

[read-only]
ImagesImageList.ImageCollection.

Gets the System.Windows.Forms.ImageList.ImageCollection for this image list.

ImageSizeSystem.Drawing.Size.

Gets or sets the size of the images in the image list.

ImageStreamImageListStreamer.

Gets the System.Windows.Forms.ImageListStreamer associated with this image list.

Tagobject.

Gets or sets an object that contains additional data about the System.Windows.Forms.ImageList.

TransparentColorSystem.Drawing.Color.

Gets or sets the color to treat as transparent.