Share via


Property Sheets

Windows Mobile-based Pocket PC applications that use property sheets should have the basic style and appearance of the latest platform. To do so, use the interfaces within the prsht.h header file to create a property sheet. You must specify PSH_MAXIMIZE as a flag in the dwFlags member of the Windows CE PROPSHEETHEADER structure, and the callback function must return COMCTL32_VERSION when the uMsg parameter equals PSCB_GETVERSION.

For a complete example of working with property sheets, see the MyBacklight code sample.

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.