CPropertySheet::RemovePage

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.

At a Glance

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

Syntax

void RemovePage( CPropertyPage *pPage );

void RemovePage( int nPage );

See Also

CPropertySheet::AddPage, CPropertyPage