Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
Dim instance As PANEFLAGS
[FlagsAttribute]
public enum PANEFLAGS
[FlagsAttribute]
public enum class 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: