ToolWindowPane::BitmapIndex Property

 

Gets or sets the index of the image in the bitmap strip to use for the window frame icon.

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

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

Property Value

Type: System::Int32

The index of the image to use for the window frame icon.

Return to top
Show: