FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (C1RibbonForm)
    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