Method ShowDialog
ShowDialog()
When implemented by a class, runs a print options dialog box.
bool? ShowDialog()
Returns
- bool?
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.
When implemented by a class, runs a print options dialog box.
bool? ShowDialog()
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.