System.Windows.Forms.ImageList.ImageStream Property

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

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Browsable(false)]
public ImageListStreamer ImageStream { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Windows.Forms.ImageListStreamer is the data portion of the image list. When you work with forms that will be localized, you should always add an System.Windows.Forms.ImageList and images when the Language property of a form is set to Default. Changing the form's language before you add images will corrupt the image stream.

You can pass this handle to another instance of an System.Windows.Forms.ImageList.

Requirements

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