Prev Next
TabCtrl_RemoveImage info Overview GroupThe TabCtrl_RemoveImage macro removes an image from a tab control’s image list. You can use this macro or explicitly send the TCM_REMOVEIMAGE message. void TabCtrl_RemoveImage(
Parameters
Return ValuesNo return value. RemarksThe tab control updates each tab’s image index, so each tab remains associated with the same image it had been. See Also |