vsLinkedWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |