vsLinkedWindowType Enum

Definition

Represents the state of a given window.

public enum class vsLinkedWindowType
public enum class vsLinkedWindowType
enum vsLinkedWindowType
[System.Runtime.InteropServices.Guid("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")]
public enum vsLinkedWindowType
[<System.Runtime.InteropServices.Guid("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")>]
type vsLinkedWindowType = 
Public Enum vsLinkedWindowType
Inheritance
vsLinkedWindowType
Attributes

Fields

vsLinkedWindowTypeDocked 0

The window is docked.

vsLinkedWindowTypeHorizontal 3

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

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.

Applies to