SPLITFLAGS Enum
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
C++/CX
public enum class SPLITFLAGS
enum SPLITFLAGS
[System.Flags]
public enum SPLITFLAGS
[<System.Flags>]
type SPLITFLAGS =
Public Enum SPLITFLAGS
- Inheritance
-
SPLITFLAGS
- Attributes
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. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |