Contents Index Topic Contents | ||
Previous Topic: PropSheet_CancelToClose Next Topic: PropSheet_GetCurrentPageHwnd |
PropSheet_Changed
BOOL PropSheet_Changed( HWND hPropSheetDlg, HWND hwndPage );Informs a property sheet that information in a page has changed. The property sheet enables the Apply Now button. You can use this macro or send the PSM_CHANGED message explicitly.
- No return value.
- hPropSheetDlg
- Handle to the property sheet.
- hwndPage
- Handle to the page that has changed.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.