void AddPage( CPropertyPageEx* pPage );
Parameters
pPage
Points to the page to be added to the property sheet. Cannot be NULL.
Remarks
Call this member function to add a property page to the property sheet. Add pages to the property sheet in the left-to-right order you want them to appear.
See CPropertySheet::AddPage for more information about adding a page to a property sheet.