PyCPrintDialog.OnOK Virtual
OnOK()
Called by the MFC architecture when the user selects the OK button.
Comments
The procedure is expected to dismiss the window with the PyCPrintDialog::EndDialog method. The base implementation (which dismisses the dialog) is not called if a handler exists. This can be done via PyCPrintDialog::OnOK .
See Also