CPropertySheet::EndDialog

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

This method is only used with a modeless dialog box.

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

void EndDialog( int nEndID );

See Also

CPropertyPage::OnOK, CPropertyPage::OnCancel, CWnd::DestroyWindow