ToolWindowPane.BitmapImageMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or Set 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.
public:
property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker BitmapImageMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); void set(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker value); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker BitmapImageMoniker { get; set; }
member this.BitmapImageMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker with get, set
Public Property BitmapImageMoniker As ImageMoniker
Property Value
The image moniker.