CPropertyPage::OnApply

This member function is called by the framework when the user chooses the OK or the Apply Now button. When the framework calls this member function, changes made on all property pages in the property sheet are accepted, the property sheet retains focus, and OnApply returns TRUE (the value 1).

Syntax

virtual void OnApply( );

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::SetModified, CPropertyPage::OnOK