Share via


TB_ISBUTTONENABLED (Windows CE 5.0)

Send Feedback

This message determines whether the specified button in a toolbar is enabled.

TB_ISBUTTONENABLED wParam= (WPARAM)idButton;lParam= 0;

Parameters

  • idButton
    Command identifier of the button.
  • lParam
    Not used.

Return Values

Nonzero indicates that the button is enables. Zero indicates that the button is disabled.

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.