PropSheet_SetWizButtonsPropSheet_SetWizButtons*
*Contents  *Index  *Topic Contents
*Previous Topic: PropSheet_SetTitle
*Next Topic: PropSheet_UnChanged

PropSheet_SetWizButtons


VOID PropSheet_SetWizButtons(
    HWND  hPropSheetDlg,
    DWORD dwFlags
);		

Posts the PSM_SETWIZBUTTONS message to a wizard property sheet. The PSM_SETWIZBUTTONS message enables or disables the Back, Next, and Finish buttons in a wizard property sheet. You can use this macro or use the PSM_SETWIZBUTTONS message explicitly.

hPropSheetDlg
Handle to the property sheet.
dwFlags
Buttons to display and enable. A wizard property sheet displays the Back button and either the Next or Finish button. This parameter can include the PSWIZB_BACK flag, which enables the Back button, and one of the following flags:
PSWIZB_NEXT Enables the Next button.
PSWIZB_FINISH Displays an enabled Finish button in place of the Next button.
PSWIZB_DISABLEDFINISH Displays a disabled Finish button in place of the Next button.

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