The RibbonSeperator class represents a control that provides a separator between elements in a HorizontalRibbonGroup, an ApplicationMenu or a drop-down menu of a RibbonMenuButton. The separator cannot be added to the RibbonItems collection of a RibbonGroup which is not an object of type HorizontalRibbonGroup. The RibbonSeperator class is inherited from the System.Windows.Forms.Control class. The following describes only the properties, methods and events defined through the RibbonSeperator class. For a list of properties, methods and events inherited from the System.Windows.Forms.Control class see the .NET Framework reference.

Syntax

public class RibbonSeperator : System.Windows.Forms.Control
Public Class RibbonSeperator
  Inherits System.Windows.Forms.Control

Introduced: X14.

Constructors

Constructor Description
RibbonSeperator Initializes a new instance of the RibbonSeperator class.

Properties

Property Description
Alignment Gets the alignment of this RibbonSeperator.
ParentCollection Gets the RibbonItemCollection that contains this RibbonSeperator.