TB_ISBUTTONPRESSED

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

At a Glance

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

Syntax

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

Parameters

idButton

Command identifier of the button.

Return Values

Nonzero indicates that the button is pressed. Zero indicates otherwise.