CPropertySheet::EndDialog

Call this member function to terminate the property sheet. This member function is called by the framework when the OK, Cancel, or Close button is pressed. Call this member function if an event occurs that should close the property sheet.

This member function is only used with a modeless dialog box.

Syntax

void EndDialog( int nEndID );

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CPropertySheet Overview, CPropertySheet Member Functions, Property Sheets, CPropertyPage::OnOK, CPropertyPage::OnCancel, CWnd::DestroyWindow