__VSCREATETOOLWIN Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls how a new tool window is created.
public enum class __VSCREATETOOLWIN
C++/CX
public enum class __VSCREATETOOLWIN
enum __VSCREATETOOLWIN
public enum __VSCREATETOOLWIN
type __VSCREATETOOLWIN =
Public Enum __VSCREATETOOLWIN
- Inheritance
-
__VSCREATETOOLWIN
Name | Value | Description |
---|---|---|
CTW_RESERVED_MASK | 65535 | Reserved bits. |
CTW_fInitNew | 65536 | Initialize a new tool window. |
CTW_fActivateWithProject | 131072 | Activate tool window when a project is opened. |
CTW_fActivateWithDocument | 262144 | Activate tool window when a document is opened. |
CTW_fForceCreate | 524288 | Tool window is created at Visual Studio startup. |
CTW_fHasBorder | 1048576 | Tool window has a border. |
CTW_fMultiInstance | 2097152 | Tool window can be created multiple times. |
CTW_fToolbarHost | 4194304 | Tool window can host a toolbar. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |