CPropertySheet::AddPage

Call this member function to add a CPropertyPage object to the property sheet. Add pages to the property sheet in the left-to-right order you want them to appear.

Syntax

void AddPage( CPropertyPage *pPage );

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::RemovePage, CPropertyPage