ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win Namespace / CommonDialogExt Class / ShowLocalizedDialog Method

In This Topic
    ShowLocalizedDialog Method (CommonDialogExt)
    In This Topic
    Runs a common dialog box with a default owner.
    Syntax
    'Declaration
     
    Public Shared Function ShowLocalizedDialog( _
       ByVal dialog As System.Windows.Forms.CommonDialog _
    ) As System.Windows.Forms.DialogResult
    public static System.Windows.Forms.DialogResult ShowLocalizedDialog( 
       System.Windows.Forms.CommonDialog dialog
    )

    Parameters

    dialog

    Return Value

    System.Windows.Forms.DialogResult.OK if the user clicks OK in the dialog box; otherwise, System.Windows.Forms.DialogResult.Cancel.
    See Also