Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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