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

In This Topic
    RibbonApplicationMenu Class
    In This Topic
    The main large, round button at the top-left corner of the application window, which presents a drop-down menu (RibbonApplicationMenu) that contains functionality previously found in the File menu. Typically, the application button displays the application icon.
    Object Model
    RibbonApplicationMenu Class
    Syntax
    'Declaration
     
    Public Class RibbonApplicationMenu 
       Inherits RibbonDropDownBase
    public class RibbonApplicationMenu : RibbonDropDownBase 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.C1Ribbon.RibbonItem
                C1.Win.C1Ribbon.RibbonDropDownBase
                   C1.Win.C1Ribbon.RibbonApplicationMenu

    See Also