ToolWindow.BitmapIndex 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 index of the bitmap to display next to the tool window name in tabbed mode. This must be an index into the image resource specified by the BitmapResource property.
protected:
virtual property int BitmapIndex { int get(); };
protected virtual int BitmapIndex { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.BitmapIndex : int
Protected Overridable ReadOnly Property BitmapIndex As Integer
Property Value
- Attributes