CPropertyPage::OnKillActive

This member function is called by the framework when the page is no longer the active page. Override this member function to perform special data validation tasks.

The default implementation of this member function copies settings from the controls in the property page to the member variables of the property page. If the data was not updated successfully due to a dialog data validation (DDV) error, the page retains focus.

Syntax

virtual BOOL OnKillActive( );

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, CWnd::UpdateData, CPropertyPage::OnOK, CPropertyPage::OnSetActive