SPLITFLAGS 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.
Specifies how a window pane is to be split.
This enumeration supports a bitwise combination of its member values.
public enum class SPLITFLAGS
public enum class SPLITFLAGS
enum SPLITFLAGS
[System.Flags]
public enum SPLITFLAGS
[<System.Flags>]
type SPLITFLAGS =
Public Enum SPLITFLAGS
- Inheritance
-
SPLITFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
SF_ADJUSTABLE | 0 | Split pane is adjustable. (default) |
SF_HORIZONTAL | 0 | Split is horizontal. (default) |
SF_MAKESECONDARY | 0 | Split pane is the secondary pane. (default) |
SF_VERTICAL | 1 | Split is vertical. |
SF_MAKEPRIMARY | 2 | Split pane is the primary pane. |
SF_FIXED | 4 | Split pane is fixed. |
Remarks
COM Signature
From textmgr.idl: