PANEFLAGS Enumeration

Indicates appearance of split window panes.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PANEFLAGS
[FlagsAttribute]
public enum PANEFLAGS
[FlagsAttribute]
public enum class PANEFLAGS
[<FlagsAttribute>]
type PANEFLAGS
public enum PANEFLAGS

Members

Member name Description
PF_BORDER Border types are ignored unless this is set.
PF_BORDERMASK Sets all border bits, raised, etched, and shallow.
PF_BUMP Pane appears raised and etched.
PF_ELASTICX Pane "prefers" elasticity when sized horizontally.
PF_ELASTICY Pane "prefers" elasticity when sized vertically.
PF_ETCHED Pane appears etched.
PF_NOFOCUS 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 Pane appears raised.
PF_SHALLOW Pane appears shallow etched.
PF_SUNKEN Default border style, pane appears sunken.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace