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

In This Topic
    MenuItems Property (RibbonFontComboBox)
    In This Topic
    Gets the collection of menu items at the bottom of the drop-down portion of this RibbonComboBox.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MenuItems As RibbonItemCollection
    public RibbonItemCollection MenuItems {get;}
    See Also