Events
19 May, 6 pm - 23 May, 12 am
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Selects a tab in a tab control. You can use this macro or send the TCM_SETCURSEL message explicitly.
int TabCtrl_SetCurSel(
HWND hwnd,
int i
);
hwnd
Type: HWND
Handle to the tab control.
i
Type: int
Index of the tab to select.
Type: int
Returns the index of the previously selected tab if successful, or -1 otherwise.
A tab control does not send a TCN_SELCHANGING or TCN_SELCHANGE notification code when a tab is selected using the TCM_SETCURSEL message.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Events
19 May, 6 pm - 23 May, 12 am
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today