Share via


TB_ISBUTTONHIGHLIGHTED (Compact 2013)

3/28/2014

This message checks the highlight state of a toolbar button.

Syntax

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

Parameters

  • idButton
    Command identifier for a toolbar button.
  • lParam
    Not used.

Return Value

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

Requirements

Header

commctrl.h

See Also

Reference

Toolbar Controls Messages