property Item.Image as Long
Retrieves or sets a value that indicates the item's index image.

TypeDescription
Long A long expression that indicates the item's index image.

Use the Image property to attach an icon to the menu item. The index of the image being used is zero based. If the Image property is negative no icon is associated. Use the Images method to assign a list of icons at runtime. Use the Check property to assign a check box to the item. Use the Bullet property to assign a radio button to an item. Use the Caption property to specify the caption of item. Use the BackColor property to specify the item's background color.