Prev Next
TabCtrl_DeleteItem info Overview GroupThe TabCtrl_DeleteItem macro removes an item from a tab control. You can use this macro or explicitly send the TCM_DELETEITEM message. BOOL TabCtrl_DeleteItem(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. See Also |