_VIEWFRAMETYPE Enum
Definition
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.
Specifies the view frame type.
public enum class _VIEWFRAMETYPE
public enum class _VIEWFRAMETYPE
enum _VIEWFRAMETYPE
public enum _VIEWFRAMETYPE
type _VIEWFRAMETYPE =
Public Enum _VIEWFRAMETYPE
- Inheritance
-
_VIEWFRAMETYPE
Fields
Name | Value | Description |
---|---|---|
vftAny | 0 | The view frame type is not specified. |
vftCodeWindow | 1 | The view frame is a code window. |
vftToolWindow | 2 | The view frame is a tool window. |
Remarks
COM Signature
From textmgr2.idl: