Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / CategoryCollectionForm Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (CategoryCollectionForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetPreferredSize( _
       ByVal proposedSize As System.Drawing.Size _
    ) As System.Drawing.Size
    public virtual System.Drawing.Size GetPreferredSize( 
       System.Drawing.Size proposedSize
    )

    Parameters

    proposedSize
    See Also