Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / GetPreferredSize Method / GetPreferredSize() Method


In This Topic
GetPreferredSize() Method
In This Topic
Retrieves the size of a rectangular area into which a control fits.
Syntax
'Declaration
 
Public Overloads Function GetPreferredSize() As Size
 
'Usage
 
Dim instance As SpreadMonthCalendar
Dim value As Size
 
value = instance.GetPreferredSize()
See Also