PANEFLAGS 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.
Indicates appearance of split window panes.
This enumeration supports a bitwise combination of its member values.
public enum class PANEFLAGS
public enum class PANEFLAGS
enum PANEFLAGS
[System.Flags]
public enum PANEFLAGS
[<System.Flags>]
type PANEFLAGS =
Public Enum PANEFLAGS
- Inheritance
-
PANEFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
PF_SUNKEN | 0 | Default border style, pane appears sunken. |
PF_RAISED | 1 | Pane appears raised. |
PF_ETCHED | 2 | Pane appears etched. |
PF_BUMP | 3 | Pane appears raised and etched. |
PF_SHALLOW | 4 | Pane appears shallow etched. |
PF_BORDERMASK | 7 | Sets all border bits, raised, etched, and shallow. |
PF_BORDER | 8 | Border types are ignored unless this is set. |
PF_ELASTICX | 16 | Pane "prefers" elasticity when sized horizontally. |
PF_ELASTICY | 32 | Pane "prefers" elasticity when sized vertically. |
PF_NOFOCUS | 64 | If a pane specifies PF_NOFOCUS it can still get the focus via the mouse, but it will not participate in F6-style pane hopping. |
Remarks
COM Signature
From textmgr.idl: