'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.