Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message 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.
PSM_SETFINISHTEXT wParam= 0;lParam = (LPARAM) (LPSTR)lpszText;
Parameters
- wParam
Not used. - lpszText
Long pointer to the null-terminated string that contains the new text for the Finish button.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
DM_SETDEFID | PropSheet_SetFinishText
Send Feedback on this topic to the authors