[]
Runs a common dialog box with a default owner.
public static DialogResult ShowLocalizedDialog(this CommonDialog dialog)
Type | Name | Description |
---|---|---|
CommonDialog | dialog |
Type | Description |
---|---|
DialogResult | OK if the user clicks OK in the dialog box; otherwise, Cancel. |