PANETYPE 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.
Specifies the pane to get with GetPane(PANETYPE, IVsSplitPane) calls.
public enum class PANETYPE
C++/CX
public enum class PANETYPE
enum PANETYPE
public enum PANETYPE
type PANETYPE =
Public Enum PANETYPE
- Inheritance
-
PANETYPE
Name | Value | Description |
---|---|---|
GP_FOCUS | 1 | Pane with focus. |
GP_NEXT | 2 | Next pane. |
GP_PREV | 3 | Previous pane. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |