Spread Windows Forms 15.0
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()
    public Size GetPreferredSize()
    See Also