Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar 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 SpreadDropDownMonthCalendar
    Dim value As Size
     
    value = instance.GetPreferredSize()
    public Size GetPreferredSize()
    See Also