CPropertyPage::OnWizardBack

virtual LRESULT OnWizardBack();

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

Remarks

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

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

For more information on how to make a wizard-type property sheet, see CPropertySheet::SetWizardMode.

CPropertyPage OverviewClass MembersHierarchy Chart

See Also   CPropertySheet::SetWizardMode