BCGControlBar Pro for MFC
void CBCGPPropertySheet::RemovePage ( int  nPage)

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.

Parameters
nPageIndex of the page to be removed. Must be between 0 and one less than the number of pages in the property sheet, inclusive.