CPropertyPage::OnOK

This method is called by the framework when the user chooses either the OK or Apply Now button, immediately after the framework calls OnKillActive. Override this method to implement additional behavior specific to the currently active page when user dismisses the entire property sheet.

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

See Also

CDialog::OnOK, CPropertyPage::OnKillActive