ToolWindow.BitmapResource 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.
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