'宣言 Public Shared Function ShowLocalizedDialog( _ ByVal dialog As CommonDialog _ ) As DialogResult
public static DialogResult ShowLocalizedDialog( CommonDialog dialog )
パラメータ
- dialog
戻り値の型
System.Windows.Forms.DialogResult.OK if the user clicks OK in the dialog box; otherwise, System.Windows.Forms.DialogResult.Cancel.