ComponentOne Ribbon for WinForms
GetPreferredSize Method (C1RibbonForm)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1RibbonForm Class : GetPreferredSize Method
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

Reference

C1RibbonForm Class
C1RibbonForm Members