PSM_SETCURSEL (Windows CE 5.0)
This message activates the specified page in a property sheet. You can send this message explicitly or by using the PropSheet_SetCurSel macro.
PSM_SETCURSEL wParam = (WPARAM)(int)index;lParam= (LPARAM)(HPROPSHEETPAGE)hpage;
Parameters
- index
Zero-based index of the page to activate. - hpage
Handle of the page to activate.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
PropSheet_SetCurSel | PSN_KILLACTIVE | PSN_SETACTIVE
Send Feedback on this topic to the authors