Prev Next
The PropSheet_SetFinishText macro 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 use this macro or explicitly send the PSM_SETFINISHTEXT
message.
VOID PropSheet_SetFinishText(
hPropSheetDlg,
|
|
lpszText
|
|
);
|
|
Parameters
-
hPropSheetDlg
-
Handle to the property sheet.
-
lpszText
-
Pointer to the new text for the Finish button.
Return Values
No return value.
Remarks
This macro causes the DM_SETDEFID message to be sent to the property sheet
dialog box. The wParam parameter specifies the identifier of the Finish
button.
See Also
DM_SETDEFID, PSM_SETFINISHTEXT
file: /Techref/os/win/api/win32/mac/src/mac03_23.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 13:13,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mac/src/mac03_23.htm"> PropSheet_SetFinishText</A> |
Did you find what you needed?
|
|