Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/14/2010

Windows Mobile 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_MAXIMIZEas a flag in the dwFlagsmember of the Windows Embedded CE PROPSHEETHEADERstructure, and the callback function must return COMCTL32_VERSIONwhen the uMsgparameter equals PSCB_GETVERSION.

The Mybacklightcode sample demonstrates how to create property sheets. .

See Also