Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonApplicationMenu Class / AllowExtendedSubmenuHeight Property

In This Topic
    AllowExtendedSubmenuHeight Property (RibbonApplicationMenu)
    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
    public bool AllowExtendedSubmenuHeight {get; set;}
    See Also