Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonApplicationMenu Class / BottomPaneItems Property

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