void CBCGPPropertySheet::RemovePage | ( | CPropertyPage * | pPage | ) |
Removes a page from the property sheet.
This member function removes a page from the property sheet and destroys the associated window. The CBCGPPropertyPage object itself is not destroyed until the owner of the CBCGPPropertySheet window is closed.
pPage | Points to the page to be removed from the property sheet. Cannot be NULL |