Share via


TB_ISBUTTONHIGHLIGHTED (Windows CE 5.0)

Send Feedback

This message checks the highlight state of a toolbar button.

TB_ISBUTTONHIGHLIGHTEDwParam=(WPARAM)idButton;lParam= 0;

Parameters

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

Return Values

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

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.