ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / RightPaneItems Property

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