VSFRAMEMODE Enumeration

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_MdiChild The tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window.
VSFM_FloatOnly The tool window is able to float over other windows, and cannot be docked.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace