Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar 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.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ApplicationMenu As RibbonApplicationMenu
    'Usage
     
    
    Dim instance As RibbonBar
    Dim value As RibbonApplicationMenu
     
    value = instance.ApplicationMenu
    public RibbonApplicationMenu ApplicationMenu {get;}
    See Also