vsLinkedWindowType Enumeration
Visual Studio 2015
Represents the state of a given window.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsLinkedWindowTypeDocked | The window is docked. | |
| vsLinkedWindowTypeHorizontal | The windows are joined at the same level, one above the other. | |
| vsLinkedWindowTypeTabbed | The windows are tabbed, that is, they are stacked on top of each other with tabs at the top. | |
| vsLinkedWindowTypeVertical | The windows are joined at the same level side by side. |
Show: