CPropertyPage::OnApply

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

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 OnApply( );

See Also

CPropertyPage::SetModified, CPropertyPage::OnOK