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

In This Topic
    ApplicationMenu Property
    In This Topic
    Gets the object that represents the Application menu at the top-left corner of the Ribbon and allows to control the button's appearance.
    Syntax
    'Declaration
     
    Public ReadOnly Property ApplicationMenu As RibbonApplicationMenu
    public RibbonApplicationMenu ApplicationMenu {get;}
    See Also