KeepWithGroup 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 whether to keep a static member on the same page as the previous or next visible dynamic member.
public enum class KeepWithGroup
public enum KeepWithGroup
type KeepWithGroup =
Public Enum KeepWithGroup
- Inheritance
-
KeepWithGroup
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not attempt to keep the static member on the same page as the previous or next visible dynamic member. |
Before | 1 | Keep the static member on the same page as the previous visible dynamic member. |
After | 2 | Keep the static member on the same page as the next visible dynamic member. |