ToolWindowPane.BitmapResourceID Property

Definition

Get or Set the resource ID for the bitmap strip from which to take the window frame icon. BitmapImageMoniker should be used instead, as using BitmapIndex and BitmapResourceId results in an icon that is not DPI-aware.

public:
 property int BitmapResourceID { int get(); void set(int value); };
public:
 property int BitmapResourceID { int get(); void set(int value); };
public int BitmapResourceID { get; set; }
member this.BitmapResourceID : int with get, set
Public Property BitmapResourceID As Integer

Property Value

The resource ID for the bitmap strip.

Applies to