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

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