__WindowFrameTypeFlags 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.
Flags that specify the type of window frame.
This enumeration supports a bitwise combination of its member values.
public enum class __WindowFrameTypeFlags
public enum class __WindowFrameTypeFlags
enum __WindowFrameTypeFlags
[System.Flags]
public enum __WindowFrameTypeFlags
[<System.Flags>]
type __WindowFrameTypeFlags =
Public Enum __WindowFrameTypeFlags
- Inheritance
-
__WindowFrameTypeFlags
- Attributes
Fields
WINDOWFRAMETYPE_All | 16777215 | All window frame types (0x00FFFFFF). The top eight bits are reserved for window frame states. |
WINDOWFRAMETYPE_AllStates | 4278190080 | All window frame states (0xFF000000). |
WINDOWFRAMETYPE_Document | 1 | The document window frame type (0x00000001). |
WINDOWFRAMETYPE_Tool | 2 | The tool window frame type (0x00000002). |
WINDOWFRAMETYPE_Uninitialized | 2147483648 | The uninitialized type (0x80000000). |