STPF Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
|
Name
|
Value |
Description
|
|
NONE
|
0
|
|
|
USE_APP_PEEK_ALWAYS
|
4
|
|
|
USE_APP_PEEK_WHEN_ACTIVE
|
8
|
|
|
USE_APP_THUMBNAIL_ALWAYS
|
1
|
|
|
USE_APP_THUMBNAIL_WHEN_ACTIVE
|
2
|
|
[Flags]
public enum STPF
{
NONE = 0x00000000,
USE_APP_THUMBNAIL_ALWAYS = 0x00000001,
USE_APP_THUMBNAIL_WHEN_ACTIVE = 0x00000002,
USE_APP_PEEK_ALWAYS = 0x00000004,
USE_APP_PEEK_WHEN_ACTIVE = 0x00000008,
}
This language is not supported or no code example is available.