Gets or sets the image of the item in the multiItem.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public Image Image { get; set; }
Visual Basic (Declaration)
Public Property Image As Image
Visual C++
public:
property Image^ Image {
	Image^ get ();
	void set (Image^ value);
}

Field Value

The image.

Remarks

Use the Image property to get or set the image to be used as the icon on the item in this multiItem. PNG file (.png) and Bitmap file (.bmp) are supported. Icon files (.ico) are not supported.

See Also