__TABIMAGEFLAGS Enum
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.
Indicates some properties of the tab image.
This enumeration supports a bitwise combination of its member values.
public enum class __TABIMAGEFLAGS
public enum class __TABIMAGEFLAGS
enum __TABIMAGEFLAGS
[System.Flags]
public enum __TABIMAGEFLAGS
[<System.Flags>]
type __TABIMAGEFLAGS =
Public Enum __TABIMAGEFLAGS
- Inheritance
-
__TABIMAGEFLAGS
- Attributes
Fields
TIF_DPI_SCALED | 2 | The image is already scaled up for the current DPI zoom level. |
TIF_NONE | 0 | No flags. |
TIF_THEMABLE | 1 | The image can be themed before it is displayed. In other words it is not an unthemable icon obtained from the file system. |