__VSCREATETOOLWIN Enumeration
Visual Studio 2015
Controls how a new tool window is created.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| CTW_fActivateWithDocument | Activate tool window when a document is opened. | |
| CTW_fActivateWithProject | Activate tool window when a project is opened. | |
| CTW_fForceCreate | Tool window is created at Visual Studio startup. | |
| CTW_fHasBorder | Tool window has a border. | |
| CTW_fInitNew | Initialize a new tool window. | |
| CTW_fMultiInstance | Tool window can be created multiple times. | |
| CTW_fToolbarHost | Tool window can host a toolbar. | |
| CTW_RESERVED_MASK | Reserved bits. |
Show: