__WindowFrameTypeFlags Enumeration
Visual Studio 2015
Flags that specify the type of window frame.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Member name | Description | |
|---|---|---|
| WINDOWFRAMETYPE_All | All window frame types (0x00FFFFFF). The top eight bits are reserved for window frame states. | |
| WINDOWFRAMETYPE_AllStates | All window frame states (0xFF000000). | |
| WINDOWFRAMETYPE_Document | The document window frame type (0x00000001). | |
| WINDOWFRAMETYPE_Tool | The tool window frame type (0x00000002). | |
| WINDOWFRAMETYPE_Uninitialized | The uninitialized type (0x80000000). |
Show: