PropSheet_ApplyPropSheet_Apply*
*



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.

hPropSheetDlg
Handle to the property sheet.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.