2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.Designer Namespace / IChartDesigner Interface / ShowDialog Method

In This Topic
    ShowDialog Method (IChartDesigner)
    In This Topic
    Syntax
    'Declaration
     
    Function ShowDialog( _
       ByVal parent As System.Object, _
       ByVal frm As System.Windows.Forms.Form _
    ) As System.Windows.Forms.DialogResult
    System.Windows.Forms.DialogResult ShowDialog( 
       System.object parent,
       System.Windows.Forms.Form frm
    )

    Parameters

    parent
    frm
    See Also