ToolWindowPane::BitmapImageMoniker Property

Visual Studio 2015
 

Gets or sets the ImageMoniker for the icon for this tool window. This property should be used instead of BitmapResource and BitmapIndex to allow for DPI-aware icons.

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

public:
property ImageMoniker BitmapImageMoniker {
	ImageMoniker get();
	void set(ImageMoniker value);
}

Property Value

Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

The image moniker.

Return to top
Show: