property Page.Image as Long
Specifies a value that indicates the index of page's icon.

TypeDescription
Long A long expression that indicates the index of icon in the page. The index is 1 based.

Use the Image property to assign an icon to a page. Use the Images and ReplaceIcon methods to add/remove icons to the control at runtime. Use the ImageList panel to insert icon to the control at the design mode.  The ShowImageList property determines whether the ImageList panel is visible or hidden. You can assign an icon index when you insert a new page to the control by using the Add method.