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 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 Default otherwise.

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

See Also