__TABIMAGEFLAGS Enumeration

Indicates some properties of the tab image.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __TABIMAGEFLAGS
[FlagsAttribute]
public enum __TABIMAGEFLAGS
[FlagsAttribute]
public enum class __TABIMAGEFLAGS
[<FlagsAttribute>]
type __TABIMAGEFLAGS
public enum __TABIMAGEFLAGS

Members

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace