FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (C1FlexViewerDialog)
    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