CPropertyPage::OnReset

This member function is called by the framework when the user chooses the Cancel button. When the framework calls this member function, 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.

Syntax

virtual void OnReset( );

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CPropertyPage Overview, CPropertyPage Member Functions, Dialog Box Classes, CPropertyPage::OnCancel, CPropertyPage::OnApply