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
声明
Public Enumeration __VSCREATETOOLWIN
用法
Dim instance As __VSCREATETOOLWIN
public enum __VSCREATETOOLWIN
public enum class __VSCREATETOOLWIN
type __VSCREATETOOLWIN
public enum __VSCREATETOOLWIN
Members
| Member name | Description | |
|---|---|---|
| CTW_RESERVED_MASK | Reserved bits. | |
| CTW_fInitNew | Initialize a new tool window. | |
| CTW_fActivateWithProject | Activate tool window when a project is opened. | |
| CTW_fActivateWithDocument | Activate tool window when a document is opened. | |
| CTW_fForceCreate | Tool window is created at Visual Studio startup. | |
| CTW_fHasBorder | Tool window has a border. | |
| CTW_fMultiInstance | Tool window can be created multiple times. | |
| CTW_fToolbarHost | Tool window can host a toolbar. | 
Remarks
COM Signature
From vsshell.idl: