System.Windows.Forms.ImageListStreamer Class

Provides the data portion of an System.Windows.Forms.ImageList.

See Also: ImageListStreamer Members

Syntax

public sealed class ImageListStreamer : System.Runtime.Serialization.ISerializable

Remarks

This is a sealed class, so you can not inherit from it. Also, the constructor is private, so you cannot create a new instance of it. An System.Windows.Forms.ImageListStreamer is returned by the ImageList.ImageStream property of the System.Windows.Forms.ImageList. However, you cannot use this class to load images to an System.Windows.Forms.ImageList control by directly assigning the ImageList.ImageStream property from one System.Windows.Forms.ImageList. Instead you should directly assign one System.Windows.Forms.ImageList instance to another (for example, ImageList2 = ImageList1).

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0