ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method
    In This Topic
    Retrieves the size of a rectangular area into which a control can be fitted.
    Syntax
    'Declaration
     
    Public Overrides Function GetPreferredSize( _
       ByVal proposedSize As System.Drawing.Size _
    ) As System.Drawing.Size
    public override System.Drawing.Size GetPreferredSize( 
       System.Drawing.Size proposedSize
    )

    Parameters

    proposedSize
    See Also