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

In This Topic
    Items Property (RibbonFontComboBox)
    In This Topic
    Gets an object representing the collection of the items contained in this RibbonFontComboBox.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As RibbonItemCollection
    public new RibbonItemCollection Items {get;}
    See Also