Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / MinimumSize Property

In This Topic
    MinimumSize Property (C1StatusBar)
    In This Topic
    Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.
    Syntax
    'Declaration
     
    
    Public Overrides Property MinimumSize As Size
    public override Size MinimumSize {get; set;}

    Property Value

    An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
    See Also