Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class
Members


In This Topic
    RibbonApplicationMenu Class
    In This Topic
    Represents an Application Menu that is used in a RibbonBar control.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class RibbonApplicationMenu 
       Inherits RibbonDropDownBase
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    public sealed class RibbonApplicationMenu : RibbonDropDownBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem
          GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem
             GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase
                GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu

    See Also