__TABIMAGEFLAGS Enumeration
Visual Studio 2015
Indicates some properties of the tab image.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Member name | Description | |
|---|---|---|
| TIF_DPI_SCALED | The image is already scaled up for the current DPI zoom level. | |
| TIF_NONE | No flags. | |
| TIF_THEMABLE | The image can be themed before it is displayed. In other words it is not an unthemable icon obtained from the file system. |
Show: