Description
This class is used to organize a ribbon panel into main and slide-out panels.
Add an object of this type to RibbonPanelSource.Items to move all the items after this item into the slide-out panel. There can be only one object of this type in RibbonPanelSource. If there are multiple RibbonPanelBreak objects in the same panel source, only the first one will be used.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonPanelBreak
C#
public class RibbonPanelBreak : RibbonItem;
Visual Basic
Public Class RibbonPanelBreak Inherits RibbonItem