Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / LeftBottomPaneItems Property

In This Topic
    LeftBottomPaneItems Property (C1BackstageView)
    In This Topic
    Gets the collection of items in the left bottom pane of the backstage view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LeftBottomPaneItems As RibbonItemCollection
    public RibbonItemCollection LeftBottomPaneItems {get;}
    See Also