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


In This Topic
    AllowExtendedSubmenuHeight Property
    In This Topic
    Gets or sets a value indicating whether the submenu options can extend outside the application menu.
    Syntax
    'Declaration
     
    
    Public Property AllowExtendedSubmenuHeight As Boolean
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim value As Boolean
     
    instance.AllowExtendedSubmenuHeight = value
     
    value = instance.AllowExtendedSubmenuHeight
    public bool AllowExtendedSubmenuHeight {get; set;}
    See Also