Afficher en anglais

Partage via


VsFrameMode Enum

Definition

VSFRAMEMODE, VSFRAMEMODE2

C++/CX
public enum class VsFrameMode
Inheritance
VsFrameMode

Fields

Name Value Description
Dock 0

Specifies the tool window is docked. A docked tool window is attached to the side of the application window.

Float 1

Specifies the tool window is able to float over other windows. Floating windows can exist outside the application area.

MdiChild 2

Specifies the tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window.

FloatOnly 3

Specifies the tool window is able to float over other windows, and cannot be docked.

AutoHide 4

Specifies the frame mode is autohide. This value cannot be combined with other VsFrameMode flags.

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022