Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetPreferredSize Method / GetPreferredSize() Method


In This Topic
GetPreferredSize() Method
In This Topic
Gets the maximum (preferred) size.
Syntax
'Declaration
 
Public Overloads Function GetPreferredSize() As Size
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Size
 
value = instance.GetPreferredSize()
See Also