PSM_PRESSBUTTON
The
PSM_PRESSBUTTON message simulates the choice of a property sheet button. You
can send this message explicitly or by using the PropSheet_PressButton
PSM_PRESSBUTTON
wParam = (WPARAM) (int) iButton;
lParam = 0;
Parameters
iButton
Index of the
button to choose. This parameter can be one of the following values:
Value |
Meaning |
PSBTN_APPLYNOW |
Chooses the
Apply Now button. |
PSBTN_BACK |
Chooses the
Back button. |
PSBTN_CANCEL |
Chooses the
Cancel button. |
PSBTN_FINISH |
Chooses the
Finish button. |
PSBTN_HELP |
Chooses the
Help button. |
PSBTN_NEXT |
Chooses the
Next button. |
PSBTN_OK |
Chooses the
OK button. |
Return Values
No return
value.
See Also