PANEEVENTS 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 events for split window panes.
public enum class PANEEVENTS
public enum class PANEEVENTS
enum PANEEVENTS
public enum PANEEVENTS
type PANEEVENTS =
Public Enum PANEEVENTS
- Inheritance
-
PANEEVENTS
Fields
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. |
Remarks
COM Signature
From textmgr.idl: