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

In This Topic
    AllowMinimize Property (C1Ribbon)
    In This Topic
    Gets or sets whether the Ribbon can be minimized.
    Syntax
    'Declaration
     
    
    Public Property AllowMinimize As Boolean
    public bool AllowMinimize {get; set;}
    See Also