Share via


vsLinkedWindowType Enum

Definition

Represents the state of a given window.

C++/CX
public enum class vsLinkedWindowType
Inheritance
vsLinkedWindowType
Attributes

Fields

Name Value Description
vsLinkedWindowTypeDocked 0

The window is docked.

vsLinkedWindowTypeTabbed 1

The windows are tabbed, that is, they are stacked on top of each other with tabs at the top.

vsLinkedWindowTypeVertical 2

The windows are joined at the same level side by side.

vsLinkedWindowTypeHorizontal 3

The windows are joined at the same level, one above the other.

Applies to

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