CPropertyPage::OnQueryCancel

This member function is called by the framework when the user clicks the Cancel button and before the cancel action has taken place. Override this member function to specify an action the program takes when the user clicks the Cancel button.

Syntax

virtual BOOL OnQueryCancel( );

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