This method removes a page from the property sheet and destroy the associated window. The CPropertyPage object itself is not destroyed until the owner of the CPropertySheet window is closed.
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 |
void RemovePage( CPropertyPage *pPage );
void RemovePage( int nPage );
CPropertySheet::AddPage, CPropertyPage