다음을 통해 공유


TB_ISBUTTONPRESSED

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

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

Parameters

  • idButton
    Command identifier of the button.
  • lParam
    Not used.

Return Values

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

Requirements

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

See Also

Toolbar Controls Messages

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.