Contents Index Topic Contents | ||
Previous Topic: PSM_RESTARTWINDOWS Next Topic: PSM_SETCURSELID |
PSM_SETCURSEL
PSM_SETCURSEL wParam = (WPARAM) (int) index; lParam = (LPARAM) (HPROPSHEETPAGE) hpage;Activates the specified page in a property sheet. You can send this message explicitly or by using the PropSheet_SetCurSel macro.
- Returns TRUE if successful, or FALSE otherwise.
- index and hpage
- The zero-based index of the page and the handle to the page to activate, respectively. An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.