ComponentOne CalendarView for WinForms
GetPreferredSize Method

C1.Win.Calendar Namespace > C1CalendarView Class : GetPreferredSize Method
The custom-sized area for a control.
Retrieves the size of a rectangular area into which a control can be fitted.
Syntax
'Declaration
 
Public Overrides Function GetPreferredSize( _
   ByVal proposedSize As Size _
) As Size
public override Size GetPreferredSize( 
   Size proposedSize
)

Parameters

proposedSize
The custom-sized area for a control.

Return Value

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

Reference

C1CalendarView Class
C1CalendarView Members