Prev Next
TabCtrl_GetCurSel info Overview GroupThe TabCtrl_GetCurSel macro determines the currently selected tab in a tab control. You can use this macro or explicitly send the TCM_GETCURSEL message. int TabCtrl_GetCurSel(
Parameters
Return ValuesReturns the index of the selected tab if successful or - 1 if no tab is selected. See Also |