Contents Index Topic Contents | ||
Previous Topic: PropSheet_SetWizButtons Next Topic: Property Sheet Notification Messages |
PropSheet_UnChanged
VOID PropSheet_UnChanged(hPropSheetDlg, hwndPage) HWND hPropSheetDlg, HWND hwndPage );Informs a property sheet that information in a page has reverted to the previously saved state. The property sheet disables the Apply Now button if no other pages have registered changes with the property sheet. You can use this macro or send the PSM_UNCHANGED message explicitly.
- No return value.
- hPropSheetDlg
- Handle to the property sheet.
- hwndPage
- Handle to the page that has reverted to the previously saved state.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.