TB_ISBUTTONHIGHLIGHTED

This message checks the highlight state of a toolbar button.

At a Glance

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

Syntax

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

Parameters

idButton

Command identifier for a toolbar button.

Return Values

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