ImageList.ImageStream Proprietà

Definizione

Ottiene o imposta l'oggetto ImageListStreamer associato a questo elenco di immagini.

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

Valore della proprietà

null se l'elenco immagini è vuoto; in caso contrario, una classe ImageListStreamer per questa classe ImageList.

Attributi

Commenti

L'oggetto ImageListStreamer è la parte dati dell'elenco di immagini. Quando si utilizzano moduli che verranno localizzati, è consigliabile aggiungere sempre immagini ImageList e quando la proprietà Language di un modulo è impostata su Default. Se si modifica la lingua del modulo prima di aggiungere immagini, il flusso di immagini verrà danneggiato.

È possibile passare questo handle a un'altra istanza di un ImageListoggetto .

Si applica a