MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / C1MultiColumnCombo Class / GetPreferredSize Method

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

    Parameters

    proposedSize
    See Also