__WindowFrameTypeFlags Enumeration
Flags that specify the type of window frame.
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.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __WindowFrameTypeFlags
[FlagsAttribute]
public enum __WindowFrameTypeFlags
[FlagsAttribute]
public enum class __WindowFrameTypeFlags
[<FlagsAttribute>]
type __WindowFrameTypeFlags
public enum __WindowFrameTypeFlags
Members
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). |