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

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