CSnapInPropertyPageImpl::OnWizardNext

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

BOOL OnWizardNext( );

Return Value

  • 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 box to be displayed.

Remarks

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

Requirements

Header: atlsnap.h

See Also

Reference

CSnapInPropertyPageImpl Class

Other Resources

CSnapInPropertyPageImpl Members