KeepWithGroup Enum

Definition

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.

Applies to