The TB_ENABLEBUTTON message enables or disables the specified button in a toolbar.
TB_ENABLEBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fEnable, 0);
Returns TRUE if successful or FALSE otherwise.
When a button has been enabled, it can be pressed and checked.