ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonApplicationMenu Class / LeftPaneItems Property

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