OnWizardBack()
Called by the framework when the user clicks on the Back button
in a wizard.
Comments
Note - If you provide a handler, you must call the underlying MFC method (PyCPropertyPage::OnWizardBack) yourself
See Also
PyCPropertyPage::OnWizardBack
Return Value
Return 0 to automatically advance to the next page; -1 to prevent the page from changing. To jump to
a page other than the next one, return the identifier of the dialog to be displayed.