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

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