Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / MenuItems Property


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