RibbonControlGroupSeparatorMode Enum
Specifies when separators are visible around RibbonControlGroup instances.
public enum RibbonControlGroupSeparatorModeFields
| Name | Description | 
|---|---|
| Always | Always show surrounding separators when there are neighbors that allow them. | 
| Default | When in a RibbonMultiRowControlGroup, show surrounding separators when there are neighbors that allow them. Otherwise, never show surrounding separators. | 
| MultiRowThreeRowOnly | Only show surrounding separators when in a RibbonMultiRowControlGroup that currently has a three-row layout. 
This option only works when in a RibbonMultiRowControlGroup that currently has a three-row layout, and behaves like  | 
| MultiRowTwoRowOnly | Only show surrounding separators when in a RibbonMultiRowControlGroup that currently has a two-row layout. 
This option only works when in a RibbonMultiRowControlGroup that currently has a two-row layout, and behaves like  | 
| Never | Never show surrounding separators. | 
| StackingNeighborDifferentVariantSize | Only show surrounding separators when a neighbor has a different variant size. 
This option only works when in a stacking layout, and behaves like  | 
| StackingNeighborSameVariantSize | Only show surrounding separators when a neighbor has the same variant size. 
This option only works when in a stacking layout, and behaves like  |