CPropertyPage::OnReset

This method is called by the framework when the user chooses the Cancel button. When the framework calls this method, changes to all property pages that were made by the user previously choosing the Apply Now button are discarded, and the property sheet retains focus.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void OnReset( );

See Also

CPropertyPage::OnCancel, CPropertyPage::OnApply