ImageList Control is used to store images that can be used with other controls. This control works fine with the
controls that have the ImageList and ImageIndex property.
Video:
Explanation:
In the above example ImageList property of Label1 is set to ImageList1
Image property of ImageList1 is used to add the images.
ImageSize property is used to set the size for images.
Using the click event of Button1 the images are displayed with the ImageIndex property.