The PROPDLG sample illustrates MFC for Windows CE's support for property sheets or tabbed dialog boxes.
PROPDLG is a simple object drawing program that uses property sheets for entering the shape and color attributes of a currently selected object.
Click anywhere in view to add a new shape, which is initially a fixed-size rectangle. Click elsewhere to add more shapes. To select a shape, click that shape. The Object menu displays a simple property sheet that has tabs for Style and Shape. Click OK to apply the properties to the currently selected object and exit the dialog box. Click Cancel to exit the dialog box without applying properties.
This sample demonstrates the following keywords:
You can find the PROPDLG project files in the Wce\Samples\Mfc\PROPDLG directory.
For information on the Windows CE platforms that support this sample, see MFC for Windows CE Samples.