PropSheet_SetCurSelByIDPropSheet_SetCurSelByID*
*



Contents  *



Index  *Topic Contents
*Previous Topic: PropSheet_SetCurSel
*Next Topic: PropSheet_SetFinishText

PropSheet_SetCurSelByID


BOOL PropSheet_SetCurSelByID(
    HWND hPropSheetDlg, 		
    int id		
);		

Activates the specified page in a property sheet based on the resource identifier of the page. You can use this macro or send the PSM_SETCURSELID message explicitly.

hPropSheetDlg
Handle to the property sheet.
id
Resource identifier of the page to activate.

The window that is losing the activation receives the PSN_KILLACTIVE notification message, and the window that is gaining the activation receives the PSN_SETACTIVE notification message.


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