PANETYPE 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 pane to get with GetPane(PANETYPE, IVsSplitPane) calls.
public enum class PANETYPE
public enum class PANETYPE
enum PANETYPE
public enum PANETYPE
type PANETYPE =
Public Enum PANETYPE
- Inheritance
-
PANETYPE
Fields
Name | Value | Description |
---|---|---|
GP_FOCUS | 1 | Pane with focus. |
GP_NEXT | 2 | Next pane. |
GP_PREV | 3 | Previous pane. |
Remarks
COM Signature
From textmgr.idl: