Contents Index Topic Contents | ||
Previous Topic: TB_ISBUTTONINDETERMINATE Next Topic: TB_LOADIMAGES |
TB_ISBUTTONPRESSED
TB_ISBUTTONPRESSED wParam = (WPARAM) idButton; lParam = 0;Determines whether the specified button in a toolbar is pressed.
- Returns nonzero if the button is pressed, or zero otherwise.
- idButton
- Command identifier of the button.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.