__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)

public enum __VSCREATETOOLWIN

Member nameDescription
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.

Return to top
Show: