CPropertyPage::OnOK

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

Syntax

virtual void OnOK( );

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