CPropertyPageEx provides support for the expanded PROPSHEETPAGE structure introduced in Windows 98 and Windows NT 5. The structure contains additional flags and members that support the following feature:
To automatically display the new headers in your property page object, pass valid values for the title and subtitle in the call to CPropertyPageEx::Construct or CPropertyPageEx::CPropertySheetEx.
In all other respects, CPropertyPageEx behaves the same as its base class, CPropertyPage.
Class Members | Base Class | Hierarchy Chart
Sample MFC Sample Wizard97
See Also CPropertySheet, CPropertySheetEx