Compartir a través de


PSM_SETFINISHTEXT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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.

Syntax

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 Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DM_SETDEFID
PropSheet_SetFinishText