Input for WinForms | ComponentOne
C1.Win Namespace / CommonDialogExt Class / ShowLocalizedDialog Method

In This Topic
    ShowLocalizedDialog Method
    In This Topic
    Runs a common dialog box with a default owner.
    Syntax
    'Declaration
     
    
    Public Shared Function ShowLocalizedDialog( _
       ByVal dialog As CommonDialog _
    ) As DialogResult
    public static DialogResult ShowLocalizedDialog( 
       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