This method displays a modal property sheet. The return value corresponds to the identifier of the control that closed the property sheet. After this method 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.
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 |
virtual int DoModal( );
CDialog::DoModal, CPropertySheet::Create, CPropertyPage