Share via


TB_CHECKBUTTON (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.