Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message checks or clears a specified button in a toolbar.
TB_CHECKBUTTON wParam=(WPARAM)idButton;lParam = (LPARAM)MAKELONG(fCheck,0);
Parameters
- idButton
Command identifier of the button to check. - fCheck
Check flag. If set to TRUE, the check is added. If set to FALSE, the check is removed.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Send Feedback on this topic to the authors