The TB_ISBUTTONCHECKED message determines whether the specified button in a toolbar is checked.
TB_ISBUTTONCHECKED wParam = (WPARAM) idButton; lParam = 0;
Returns nonzero if the button is checked or zero otherwise.