Contents Index Topic Contents | ||
Previous Topic: TB_MAPACCELERATOR Next Topic: TB_MOVEBUTTON |
TB_MARKBUTTON
TB_MARKBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fHighlight,0);Sets the highlight state of a given button in a toolbar control.
- Returns nonzero if successful, or zero otherwise.
- idButton
- Command identifier for a toolbar button.
- fHighlight
- Value that specifies the highlight state to be set. If this value is TRUE, the button is highlighted. If it's FALSE, the button is set to its default state.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.