This message informs a property sheet that information in a page has changed. The property sheet enables the Apply Now button. You can send this message explicitly or by using the PropSheet_Changed macro.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | PropSheet_Changed |
Syntax
PSM_CHANGED wParam = (WPARAM)(HWND) hwndPage; lParam = 0;
Parameters
hwndPage
Handle to the page that has changed.
Return Values
None.
See Also