Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / RestrictedGroupSizing Property

In This Topic
    RestrictedGroupSizing Property (C1Ribbon)
    In This Topic
    Gets or sets whether the RibbonGroup sizing is limited to the Maximized and Collapsed states.
    Syntax
    'Declaration
     
    
    Public Property RestrictedGroupSizing As Boolean
    public bool RestrictedGroupSizing {get; set;}
    See Also