PropSheet_CancelToClosePropSheet_CancelToClose*
*Contents  *Index  *Topic Contents
*Previous Topic: PropSheet_Apply
*Next Topic: PropSheet_Changed

PropSheet_CancelToClose


VOID PropSheet_CancelToClose(
    HWND hPropSheetDlg		
);		

Disables the Cancel button and changes the text of the OK button to "Close." An application sends the PSM_CANCELTOCLOSE message after applying a change that cannot be canceled. You can use this macro or send the PSM_CANCELTOCLOSE message explicitly.

hPropSheetDlg
Handle to the property sheet.

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