ProvideStaticToolboxItemAttribute::BitmapIndex Property

 

Gets the bitmap index.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int BitmapIndex {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32

The bitmap index.

Return to top
Show: