Image Property
Gets or sets the image object to be used as the icon for this command. For best result provide a 32x32 image which still looks good when scaled down to 16x16. Having a transparent color is also suggested.
Syntax
public System.Drawing.Image Image {get; set;}Public Property Image As System.Drawing.ImageRemarks
For best result provide a 32x32 image which still looks good when scaled down to 16x16. Having a transparent color is also suggested.