PSM_SETCURSELID

This message activates the specified page in a property sheet based on the resource identifier of the page. You can send this message explicitly or by using the PropSheet_SetCurSelByID macro.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related macro: PropSheet_SetCurSelByID

Syntax

PSM_SETCURSELID wParam = 0; lParam = (LPARAM)(int) id;

Parameters

id

Resource identifier of the page to activate.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

PSN_KILLACTIVE, PSN_SETACTIVE