TabCtrl_SetCurSel macro (commctrl.h)
Selects a tab in a tab control. You can use this macro or send the TCM_SETCURSEL message explicitly.
Syntax
void TabCtrl_SetCurSel(
hwnd,
i
);
Parameters
hwnd
Type: HWND
Handle to the tab control.
i
Type: int
Index of the tab to select.
Return value
None
Remarks
A tab control does not send a TCN_SELCHANGING or TCN_SELCHANGE notification code when a tab is selected using the TCM_SETCURSEL message.
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Feedback
Submit and view feedback for