Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonApplicationMenu Class / RightPaneItems Property

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