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

In This Topic
    SetClientSizeCore Method (C1FlexViewerDialog)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetClientSizeCore( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    protected virtual void SetClientSizeCore( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also