ToolWindowPane.BitmapResourceID 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 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.