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.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property ImageMoniker BitmapImageMoniker { ImageMoniker get(); void set(ImageMoniker value); }
Show: