Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Controls the display mode of a tool window.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSFRAMEMODE
public enum VSFRAMEMODE
public enum class VSFRAMEMODE
type VSFRAMEMODE
public enum VSFRAMEMODE
Members
| Member name | Description | |
|---|---|---|
| VSFM_Dock | The tool window is docked. A docked tool window is attached to the side of the application window. | |
| VSFM_Float | The tool window is able to float over other windows. Floating windows can exist outside the application area. | |
| VSFM_FloatOnly | The tool window is able to float over other windows, and cannot be docked. | |
| VSFM_MdiChild | The tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window. |
Remarks
COM Signature
From vsshell.idl: