Property Sheets Notifications (Windows CE 5.0)
The following table shows the property sheets notifications, with a description of the purpose of each.
Programming element | Description |
---|---|
PSN_APPLY | This message indicates that the user chose the OK or Apply Now button and wants all changes to take effect. |
PSN_HELP | This message notifies a page that the user has chosen the Help button. |
PSN_KILLACTIVE | This message notifies a page that it is about to lose the activation either because another page is being activated or the user has chosen the OK button. |
PSN_QUERYCANCEL | This message indicates that the user chose the Cancel button. |
PSN_RESET | This message notifies a page that the user has chosen the Cancel button and the property sheet is about to be destroyed. |
PSN_SETACTIVE | This message notifies a page that it is about to be activated. |
See Also
Send Feedback on this topic to the authors