Click or drag to resize

RibbonLayout Enumeration

Specifies the layout for a ribbon group.

Namespace:  Colygon.MatchPoint.Common.Ribbon
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public enum RibbonLayout
Members
  Member nameValueDescription
LargeLarge0Always displays the element in large mode.
LargeMedium1Displays the element in large mode (for template 'o1') or in medium mode (for template 'o2')
LargeSmall2Displays the element in large mode (for template 'o1') or in small mode (for template 'o2')
MediumLarge3Displays the element in medium mode (for template 'o1') or in large mode (for template 'o2')
MediumMedium4Always displays the element in medium mode.
MediumSmall5Displays the element in medium mode (for template 'o1') or in small mode (for template 'o2')
SmallLarge6Displays the element in small mode (for template 'o1') or in large mode (for template 'o2')
SmallMedium7Displays the element in small mode (for template 'o1') or in medium mode (for template 'o2')
SmallSmall8Always displays the element in small mode.
See Also