PropertyPage
Objects of class PropertyPage represent individual pages of a property sheet in a wizard dialog. As with standard dialog boxes, you derive a class from PropertyPage for each page in your property sheet. To use PropertyPage-derived objects, first create a PropertySheet object, and then create an object for each page that goes in the property sheet. Call PropertySheet::AddPage for each page in the sheet.
Dialog.h