Prev Next
TabCtrl_GetCurFocus info Overview GroupThe TabCtrl_GetCurFocus macro returns the index of the item that has the focus in a tab control. You can use this macro or explicitly send the TCM_GETCURFOCUS message. int TabCtrl_GetCurFocus(
Parameters
Return ValuesReturns the index of the tab item that has the focus RemarksThe item that has the focus may be different than the selected item. See Also |