__VSCREATETOOLWIN Enumeration
Controls how a new tool window is created.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSCREATETOOLWIN
public enum __VSCREATETOOLWIN
public enum class __VSCREATETOOLWIN
type __VSCREATETOOLWIN
public enum __VSCREATETOOLWIN
Members
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. |