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

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