Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class
Members

In This Topic
    C1RibbonForm Class
    In This Topic
    Represents the Ribbon Form and has been calculated to display the C1Ribbon and C1StatusBar controls. The Ribbon Form allows the Ribbon to display its items in the TitleBar area.
    Object Model
    C1RibbonForm ClassC1Ribbon ClassRibbonStyle ClassC1StatusBar Class
    Syntax
    'Declaration
     
    
    Public Class C1RibbonForm 
       Inherits System.Windows.Forms.Form
    public class C1RibbonForm : System.Windows.Forms.Form 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.Form
                         C1.Win.Ribbon.C1RibbonForm

    See Also