WebPart.CatalogIconImageUrl Property
Gets or sets the URL to an image used to represent the Web Part in a catalog.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[WebPartStorageAttribute(Storage.None)] public override string CatalogIconImageUrl { get; set; }
Implements
IWebPart.CatalogIconImageUrlThe CatalogIconImageUrl property provides a way to associate a small image with a Web Part control’s entry in a catalog such as the Add Web Parts dialog. For thematic consistency, application developers often make this icon similar to the image that represents the control in the Web Part’s own title bar (the image referenced in the TitleIconImageUrl property).
You can set a value for the property programmatically in the code for the control or declaratively in the markup of a Web Part control description file (.webpart).