Specifies the layout for a ribbon group.
Namespace:
Colygon.MatchPoint.Common.Ribbon
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax Members
| Member name | Value | Description |
---|
| LargeLarge | 0 | Always displays the element in large mode. |
| LargeMedium | 1 | Displays the element in large mode (for template 'o1') or in medium mode (for template 'o2') |
| LargeSmall | 2 | Displays the element in large mode (for template 'o1') or in small mode (for template 'o2') |
| MediumLarge | 3 | Displays the element in medium mode (for template 'o1') or in large mode (for template 'o2') |
| MediumMedium | 4 | Always displays the element in medium mode. |
| MediumSmall | 5 | Displays the element in medium mode (for template 'o1') or in small mode (for template 'o2') |
| SmallLarge | 6 | Displays the element in small mode (for template 'o1') or in large mode (for template 'o2') |
| SmallMedium | 7 | Displays the element in small mode (for template 'o1') or in medium mode (for template 'o2') |
| SmallSmall | 8 | Always displays the element in small mode. |
See Also