ImageList.ImageStream Propriedade

Definição

Obtém ou define o ImageListStreamer associado a esta lista de imagens.

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 da propriedade

null se a lista de imagens estiver vazia; caso contrário, um ImageListStreamer para este ImageList.

Atributos

Comentários

O ImageListStreamer é a parte de dados da lista de imagens. Ao trabalhar com formulários que serão localizados, você sempre deve adicionar ImageList imagens e quando a propriedade Language de um formulário estiver definida como Padrão. Alterar o idioma do formulário antes de adicionar imagens corromperá o fluxo de imagens.

Você pode passar esse identificador para outra instância de um ImageList.

Aplica-se a