Share via


ToolWindowPane.BitmapImageMoniker Property

Definition

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.

Applies to