ToolStrip.ImageList Właściwość

Definicja

Pobiera lub ustawia listę obrazów zawierającą obraz wyświetlany na elemencie ToolStrip .

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

Wartość właściwości

Obiekt typu ImageList.

Atrybuty

Uwagi

Właściwości Image, , ImageIndexImageAlign, ImageKeyi ImageScaling odnoszą się do różnych aspektów obsługi obrazów. Użyj obrazów w ToolStrip kontrolkach, ustawiając te właściwości bezpośrednio lub ustawiając właściwość tylko ImageList w czasie wykonywania.

Skalowanie obrazów jest określane przez interakcję właściwości w obiektach ToolStrip i ToolStripItemw następujący sposób:

Dotyczy