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

In This Topic
    MinimumHeight Property (C1Ribbon)
    In This Topic
    Gets or sets the minimum height of Ribbon's parent container.
    Syntax
    'Declaration
     
    
    Public Property MinimumHeight As Integer
    public int MinimumHeight {get; set;}
    See Also