This topic has not yet been rated - Rate this topic

CToolBar::SetBitmap

Call this member function to set the bitmap image for the toolbar.

BOOL SetBitmap( 
   HBITMAP hbmImageWell  
);
hbmImageWell

Handle of a bitmap image that is associated with a toolbar.

Nonzero if successful; otherwise 0.

For example, call SetBitmap to change the bitmapped image after the user takes an action on a document that changes the action of a button.

Header: afxext.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.