CPropertySheet::DoModal

Call this member function to display a modal property sheet. The return value corresponds to the identifier of the control that closed the property sheet. After this function returns, the windows corresponding to the property sheet and all the pages will have been destroyed. The objects themselves will still exist. Typically, you will retrieve data from the CPropertyPage objects after DoModal returns IDOK.

Syntax

virtual int DoModal( );

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, CDialog::DoModal, CPropertySheet::Create, CPropertyPage