CSnapInPropertyPageImpl::OnWizardBack

This member function is called when the user clicks the Back button in a wizard.

BOOL OnWizardBack( );

Return Value

  • 0 to automatically advance to the previous page.

  • –1 to prevent the page from changing.

To jump to a page other than the next one, return the identifier of the dialog box to be displayed.

Remarks

Override this member function to specify some action the user must take when the Back button is clicked.

Requirements

Header: atlsnap.h

See Also

Reference

CSnapInPropertyPageImpl Class