Autodesk Vault ProfessionalVault API

Image Property

Autodesk.Connectivity.Explorer.ExtensibilityCommandItem

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.Image

Remarks

For best result provide a 32x32 image which still looks good when scaled down to 16x16. Having a transparent color is also suggested.

See Also