Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SUNKEN | Default border style. | |
PF_RAISED | ||
PF_ETCHED | ||
PF_BUMP | ||
PF_SHALLOW | ||
PF_BORDERMASK | ||
PF_BORDER | Border types are ignored unless this is set. | |
PF_ELASTICX | Pane "prefers" elasticity when sized horizontally. | |
PF_ELASTICY | Pane "prefers" elasticity when sized vertically. | |
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. |
Remarks
COM Signature
From textmgr.idl: