Property Sheets

The CPropertySheet class in MFC for Windows CE is the same as it is in the standard MFC library, with two exceptions. Windows CE doesn't support wizards, and you can't place an icon in the caption of a property sheet.

To see where the CPropertySheet class fits into the Windows CE class hierarchy, see Window Class Categories and Classes Derived from CObject.