Prev Next
TabCtrl_InsertItem info Overview GroupThe TabCtrl_InsertItem macro inserts a new tab in a tab control. You can use this macro or explicitly send the TCM_INSERTITEM message. int TabCtrl_InsertItem(
Parameters
Return ValuesReturns the index of the new tab if successful or - 1 otherwise. See Also |