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

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