property Item.Image as Long
Specifies a value that indicates the index of icon being displayed.

TypeDescription
Long A long expression that indicates the index of icon being displayed.

Use the Image property to assign an icon to the item. By default, the Image property is 0. If the Image property is 0. the item has no icon associated. Use the Add method property to assign an icon to the item when it is created. Use the Images method to assign a list of icons to the control. Use the Picture property to assign a picture to your item. Use the <img> HTML tag to insert icons inside the item's caption.