Window2::SetTabPicture Method (Object^)
Visual Studio 2015
Loads a bitmap into a tabbed picture on a tab-linked tool window.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- Picture
-
Type:
System::Object^
A path to a bitmap.
Implements
Window::SetTabPicture(Object^)SetTabPicture now takes a path to a bitmap as a possible value for the Picture argument. When a file path is supplied, the SetTabPicture method loads the bitmap and uses that as the tabbed picture on a tab-linked tool window.
SetTabPicture also takes a handle to a bitmap (HBITMAP) for the value of Picture, allowing you to pass a bitmap that has been loaded from resources.
Show: