Returns an image or changes an existing image.
Syntax: Item (Index)
Example:
ImageList1.Item(0) = "smile.gif"
ImageList1.Item(1) = Form1.Image
ImageButton1.Image = ImageList1.Item(0)