TB_ISBUTTONENABLED

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

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

Parameters

idButton

Command identifier of the button.

Return Values

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