In This Article

RibbonControlGroupSeparatorMode Enum

Specifies when separators are visible around RibbonControlGroup instances.

public enum RibbonControlGroupSeparatorMode

Fields

Name Description
Always

Always show surrounding separators when there are neighbors that allow them.

Default

When in a RibbonGroup that uses a stacking layout, never show surrounding separators. When in a RibbonGroup that uses a multi-row layout, show surrounding separators when there are neighbors that allow them.

MultiRowThreeRowOnly

Only show surrounding separators when in a RibbonGroup that currently has a two-row layout.

This option only works when in a RibbonGroup that uses a multi-row layout, and behaves like Default otherwise.

MultiRowTwoRowOnly

Only show surrounding separators when in a RibbonGroup that currently has a two-row layout.

This option only works when in a RibbonGroup that uses a multi-row layout, and behaves like Default otherwise.

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 RibbonGroup that uses a stacking layout, and behaves like Default otherwise.

StackingNeighborSameVariantSize

Only show surrounding separators when a neighbor has the same variant size.

This option only works when in a RibbonGroup that uses a stacking layout, and behaves like Default otherwise.

See Also