CommandImageIndex Property (OperationInfo)

Top  Previous  Next

This property is used to specify the index of the Microsoft Office icon that will be used for the Visual Studio command of the operation. In order to get transparency for the image, the pixel at position x = 0, y = 15 is used, so you must choose an appropriate icon.

Signature

[VB.NET]

Property ComandImageIndex() As Integer

[C#]

int CommandImageIndex [get, set]

Parameters

None.