Contents Index Topic Contents | ||
Previous Topic: PropSheet_AddPage Next Topic: PropSheet_CancelToClose |
PropSheet_Apply
BOOL PropSheet_Apply( HWND hPropSheetDlg );Simulates the selection of the Apply Now button, indicating that one or more pages have changed and the changes need to be validated and recorded. The property sheet sends the PSN_KILLACTIVE notification message to the current page. If the current page returns FALSE, the property sheet sends the PSN_APPLY notification message to all pages. You can use this macro or send the PSM_APPLY message explicitly.
- Returns TRUE if all pages successfully applied the changes, or FALSE otherwise.
- hPropSheetDlg
- Handle to the property sheet.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.