CPropertySheet::RemovePage

Call this member function to remove 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.

Syntax

void RemovePage( CPropertyPage *pPage );

void RemovePage( int nPage );

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, CPropertySheet::AddPage, CPropertyPage