Contents Index Topic Contents | ||
Previous Topic: TB_BUTTONSTRUCTSIZE Next Topic: TB_CHECKBUTTON |
TB_CHANGEBITMAP
TB_CHANGEBITMAP wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELPARAM(iBitmap, 0);Changes the bitmap for a button in a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
- idButton
- Command identifier of the button that is to receive a new bitmap.
- iBitmap
- Zero-based index of an image in the toolbar's image list. The system displays the specified image in the button.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.