Prev Next
TabCtrl_HitTest info Overview GroupThe TabCtrl_HitTest macro determines which tab, if any, is at a specified screen position. You can use this macro or explicitly send the TCM_HITTEST message. int TabCtrl_HitTest(
Parameters
Return ValuesReturns the index of the tab or - 1 if no tab is at the specified position. See Also |