ShowDialog
Previous  Next

Shows the printer selection dialog.
Syntax: ShowDialog
This method returns cOK (user pressed the OK button) or cCancel (user pressed the Cancel button).

Example:
If printer.ShowDialog = cOK then
...
End If