PANEFLAGS Enum

Definition

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

PF_BORDER 8

Border types are ignored unless this is set.

PF_BORDERMASK 7

Sets all border bits, raised, etched, and shallow.

PF_BUMP 3

Pane appears raised and etched.

PF_ELASTICX 16

Pane "prefers" elasticity when sized horizontally.

PF_ELASTICY 32

Pane "prefers" elasticity when sized vertically.

PF_ETCHED 2

Pane appears etched.

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.

PF_RAISED 1

Pane appears raised.

PF_SHALLOW 4

Pane appears shallow etched.

PF_SUNKEN 0

Default border style, pane appears sunken.

Remarks

COM Signature

From textmgr.idl:

Applies to