void CBCGPPropertySheet::AddPage | ( | CPropertyPage * | pPage | ) |
Adds a page to the property sheet.
This member function adds the supplied page with the rightmost tab in the property sheet. Add pages to the property sheet in the left-to-right order you want them to appear.
Also, AddPage adds a new button corresponding to the new page to the outlook bar control embedded into the property sheet.
For more information see CPropertySheet::AddPage.
pPage | Points to the page to be added to the property sheet. Cannot be NULL. |