Prev Next
TabCtrl_GetItemCount info Overview GroupThe TabCtrl_GetItemCount macro retrieves the number of tabs in the tab control. You can use this macro or explicitly send the TCM_GETITEMCOUNT message. int TabCtrl_GetItemCount(
Parameters
Return ValuesReturns the number of items if successful or zero otherwise. See Also |