TB_CHANGEBITMAPTB_CHANGEBITMAP*
*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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.