Description
This class is used to organize the ribbon items in a panel into multiple rows.
Add an object of this class to any position in a RibbonPanelSource.Items or RibbonRowPanel.Items collection to move subsequent items to the next row.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonRowBreak
Visual Basic
Public Class RibbonRowBreak Inherits RibbonItem
C#
public class RibbonRowBreak : RibbonItem;