Contents Index Topic Contents | ||
Previous Topic: TB_MOVEBUTTON Next Topic: TB_REPLACEBITMAP |
TB_PRESSBUTTON
TB_PRESSBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fPress, 0);Presses or releases the specified button in a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
- idButton
- Command identifier of the button to press or release.
- fPress
- Press flag. If this parameter is TRUE, the button is pressed. If it is FALSE, the button is released.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.