__TABIMAGEFLAGS Enumeration

 

Indicates some properties of the tab image.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[FlagsAttribute]
public enum __TABIMAGEFLAGS

Member nameDescription
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.

Return to top
Show: