__WindowFrameTypeFlags Enumeration

 

Flags that specify the type of window frame.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[FlagsAttribute]
public enum __WindowFrameTypeFlags

Member nameDescription
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).

Return to top
Show: