VsFrameMode Enumeration

 

Controls the display mode of a tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum VsFrameMode

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

Return to top
Show: