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

In This Topic
    C1BackstageView Class
    In This Topic
    The main button at the top-left corner of the ribbon, which presents a drop-down menu of the full size of the application that contains functionality previously found in the File menu.
    Syntax
    'Declaration
     
    
    Public Class C1BackstageView 
       Inherits RibbonDropDownBase
    public class C1BackstageView : RibbonDropDownBase 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.Ribbon.RibbonItem
                C1.Win.Ribbon.RibbonIconItem
                   C1.Win.Ribbon.RibbonDropDownBase
                      C1.Win.Ribbon.C1BackstageView

    See Also