Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTopToolBar Class / Items Property

In This Topic
    Items Property (RibbonTopToolBar)
    In This Topic
    Gets the collection of child items of this RibbonItemContainer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As RibbonItemCollection
    public RibbonItemCollection Items {get;}
    See Also