Contents Index Topic Contents | ||
Previous Topic: PSM_SETCURSELID Next Topic: PSM_SETTITLE |
PSM_SETFINISHTEXT
PSM_SETFINISHTEXT wParam = 0; lParam = (LPARAM) (LPSTR) lpszText;Sets the text of the Finish button in a wizard property sheet, shows and enables the button, and hides the Next and Back buttons. You can send this message explicitly or by using the PropSheet_SetFinishText macro.
- No return value.
- lpszText
- Address of the new text for the Finish button.
This message causes the DM_SETDEFID message to be sent to the property sheet dialog box. The wParam parameter specifies the identifier of the Finish button.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.