VsFrameMode Enumeration
Controls the display mode of a tool window.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Enumeration VsFrameMode
public enum VsFrameMode
Members
Member name | Description | |
---|---|---|
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. | |
MdiChild | Specifies the tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window. | |
FloatOnly | Specifies the tool window is able to float over other windows, and cannot be docked. | |
AutoHide | Specifies the frame mode is autohide. This value cannot be combined with other VsFrameMode flags. |