Property Sheets

4/19/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_MAXIMIZE as a flag in the dwFlags member of the Windows Embedded CE PROPSHEETHEADER structure, and the callback function must return COMCTL32_VERSION when the uMsg parameter equals PSCB_GETVERSION.

The Mybacklight code sample demonstrates how to create property sheets. .

See Also

Other Resources

Developing User Interface Components