The TB_AUTOSIZE message causes a toolbar to be resized.
TB_AUTOSIZE wParam = 0; lParam = 0;
No return value.
An application sends the TB_AUTOSIZE message after causing the size of a toolbar to change either by setting the button or bitmap size or by adding strings for the first time.
Comments: