PSM_PRESSBUTTONPSM_PRESSBUTTON*
*Contents  *Index  *Topic Contents
*Previous Topic: PSM_ISDIALOGMESSAGE
*Next Topic: PSM_QUERYSIBLINGS

PSM_PRESSBUTTON


PSM_PRESSBUTTON 
    wParam = (WPARAM) (int) iButton; 
    lParam = 0; 

Simulates the selection of a property sheet button. You can send this message explicitly or by using the PropSheet_PressButton macro.

iButton
Index of the button to select. This parameter can be one of the following values:
PSBTN_APPLYNOW Selects the Apply Now button.
PSBTN_BACK Selects the Back button.
PSBTN_CANCEL Selects the Cancel button.
PSBTN_FINISH Selects the Finish button.
PSBTN_HELP Selects the Help button.
PSBTN_NEXT Selects the Next button.
PSBTN_OK Selects the OK button.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.