PropSheet_ChangedPropSheet_Changed*
*



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.

hPropSheetDlg
Handle to the property sheet.
hwndPage
Handle to the page that has changed.

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