PSM_SETCURSEL message
Activates the specified page in a property sheet. You can send this message explicitly or by using the PropSheet_SetCurSel macro.
-
wParam
-
The zero-based index of the page. An application can specify the index or the handle or both. If both are specified, lParam takes precedence.
-
lParam
-
The handle to the page to activate. An application can specify the index or the handle or both. If both are specified, lParam takes precedence.
Returns TRUE if successful, or FALSE otherwise.
The window that is losing the activation receives the PSN_KILLACTIVE notification code, and the window that is gaining the activation receives the PSN_SETACTIVE notification code.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|