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

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

    Property Value

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