Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table Class / ShowDialog Method
The type of the dialog to show.

In This Topic
    ShowDialog Method (Table)
    In This Topic
    Shows the specified dialog.
    Syntax
    'Declaration
     
    Public Sub ShowDialog( _
       ByVal type As Table.DialogType _
    ) 
    public void ShowDialog( 
       Table.DialogType type
    )

    Parameters

    type
    The type of the dialog to show.
    See Also