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

In This Topic
    LeftPaneItems Property (C1StatusBar)
    In This Topic
    Collection of status bar items on the left pane.
    Syntax
    'Declaration
     
    Public ReadOnly Property LeftPaneItems As RibbonItemCollection
    public RibbonItemCollection LeftPaneItems {get;}
    See Also