ToolWindow.BitmapResource Property

Definition

Overriden in derived classes to specify the resource id of the bitmap to display next to the tool window name in tabbed mode. This must be an index into the unmanaged satellite dll corresponding to this package. If -1 is returned, the toolwindow is considered to not have a Bitmap. b409435

protected:
 virtual property int BitmapResource { int get(); };
protected virtual int BitmapResource { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.BitmapResource : int
Protected Overridable ReadOnly Property BitmapResource As Integer

Property Value

Attributes

Applies to