Controls the display mode of a tool window.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Enumeration VsFrameMode
public enum VsFrameMode
public enum class VsFrameMode
type VsFrameMode
public enum VsFrameMode
Members
| Member name | Description | |
|---|---|---|
| AutoHide | Specifies the frame mode is autohide. This value cannot be combined with other VsFrameMode flags. | |
| Dock | Specifies the tool window is docked. A docked tool window is attached to the side of the application window. | |
| Float | Specifies the tool window is able to float over other windows. Floating windows can exist outside the application area. | |
| FloatOnly | Specifies the tool window is able to float over other windows, and cannot be docked. | |
| MdiChild | Specifies the tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window. |