Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class / BottomPaneItems Property


In This Topic
    BottomPaneItems Property
    In This Topic
    Gets the collection of items in the bottom pane of the application menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BottomPaneItems As RibbonItemCollection
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim value As RibbonItemCollection
     
    value = instance.BottomPaneItems
    public RibbonItemCollection BottomPaneItems {get;}
    See Also