ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class
Members

In This Topic
    C1Ribbon Class
    In This Topic
    The classic Ribbon control.
    Object Model
    C1Ribbon Class
    Syntax
    'Declaration
     
    Public Class C1Ribbon 
       Inherits C1.Framework.XView
    public class C1Ribbon : C1.Framework.XView 
    Remarks
    The Ribbon control serves as a replacement for the traditional menus and toolbars model and organizes related commands into tabs and groups so that the commands are easier to find.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView
                      C1.Win.C1Ribbon.C1Ribbon

    See Also