ToolStrip.ImageList Propriété

Définition

Obtient ou définit la liste d'images qui contient l'image affichée sur un élément 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

Valeur de propriété

Objet de type ImageList.

Attributs

Remarques

Les Imagepropriétés , ImageAlign, ImageIndex, ImageKeyet ImageScaling se rapportent à différents aspects de la gestion des images. Utilisez des images dans les contrôles en ToolStrip définissant ces propriétés directement ou en définissant la propriété d’exécution uniquement ImageList .

La mise à l’échelle des images est déterminée par l’interaction des propriétés dans ToolStrip et ToolStripItem, comme suit :

S’applique à