ImageList.ImageStream Propiedad

Definición

Obtiene o establece el ImageListStreamer objeto asociado a esta lista de imágenes.

public:
 property System::Windows::Forms::ImageListStreamer ^ ImageStream { System::Windows::Forms::ImageListStreamer ^ get(); void set(System::Windows::Forms::ImageListStreamer ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageListStreamer ImageStream { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageListStreamer? ImageStream { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageStream : System.Windows.Forms.ImageListStreamer with get, set
Public Property ImageStream As ImageListStreamer

Valor de propiedad

null si la lista de imágenes está vacía; en caso contrario, ImageListStreamer para este control ImageList.

Atributos

Comentarios

ImageListStreamer es la parte de datos de la lista de imágenes. Cuando trabaje con formularios que se localizarán, siempre debe agregar una ImageList e imágenes cuando la propiedad Language de un formulario esté establecida en Default. Cambiar el idioma del formulario antes de agregar imágenes dañará la secuencia de imágenes.

Puede pasar este identificador a otra instancia de .ImageList

Se aplica a