CPropertySheet::AddPage

This method adds a CPropertyPage object to the property sheet. Add pages to the property sheet in the left-to-right order you want them to appear.

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 AddPage( CPropertyPage *pPage );

See Also

CPropertySheet::RemovePage, CPropertyPage