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


In This Topic
    MenuItems Property (RibbonQat)
    In This Topic
    Gets the collection of items in the QAT menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MenuItems As RibbonQatItemCollection
    'Usage
     
    
    Dim instance As RibbonQat
    Dim value As RibbonQatItemCollection
     
    value = instance.MenuItems
    public RibbonQatItemCollection MenuItems {get;}
    See Also