Prev Next
PropSheet_SetCurSel info Overview GroupThe PropSheet_SetCurSel macro activates the given page in a property sheet. You can use this macro or explicitly send the PSM_SETCURSEL message. BOOL PropSheet_SetCurSel(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. RemarksThe 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. See Also |