PANEEVENTS 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 events for split window panes.
public enum class PANEEVENTS
C++/CX
public enum class PANEEVENTS
enum PANEEVENTS
public enum PANEEVENTS
type PANEEVENTS =
Public Enum PANEEVENTS
- Inheritance
-
PANEEVENTS
Name | Value | Description |
---|---|---|
PE_GOTFOCUS | 1 | Pane received focus. |
PE_CLOSED | 2 | Pane is closed. |
PE_FLAGSCHANGED | 3 | PANEFLAGS has changed. |
PE_DETACHED | 4 | Pane is detached. |
PE_FOCUS_TO_EDIT_PANE | 5 | Sets focus on an edit pane. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |