Click or drag to resize
RibbonMenuSectionDisplayMode Enumeration
Specifies the display mode for a RibbonMenuSection.

Namespace: Colygon.MatchPoint.Common.Ribbon
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public enum RibbonMenuSectionDisplayMode
Members
  Member nameValueDescription
Menu0Renders as a text-only menu item.
Menu161Renders as a menu item with a 16-by-16-pixel icon.
Menu322Renders as a menu item with a 32-by-32-pixel icon.
See Also