Gets or sets the images displayed in a Label.
[Visual Basic] Public Property ImageList As ImageList [C#] public ImageList ImageList {get; set;} [C++] public: __property ImageList* get_ImageList(); public: __property void set_ImageList(ImageList*); [JScript] public function get ImageList() : ImageList; public function set ImageList(ImageList);
An ImageList that stores the collection of Image objects. The default value is a null reference (in Visual Basic Nothing).
When the ImageIndex or ImageList property is set, the Image property is set to a null reference (Nothing).
Label Class | Label Members | System.WinForms Namespace | Image | ImageAlign | ImageIndex