Description
This is record Autodesk.Windows.RibbonSupportedSubPanelStyle.
Visual Basic
Public Enum RibbonSupportedSubPanelStyle None = 0 RibbonFlowPanel = 4 RibbonFoldPanel = 2 RibbonRowPanel = 1 End Enum
C#
public enum RibbonSupportedSubPanelStyle { None = 0, RibbonFlowPanel = 4, RibbonFoldPanel = 2, RibbonRowPanel = 1 }