CToolBar::SetBitmap
BOOL SetBitmap( HBITMAP hbmImageWell );
Return Value
Nonzero if successful; otherwise 0.
Parameters
hbmImageWell
Handle of a bitmap image that is associated with a toolbar.
Remarks
Call this member function to set the bitmap image for the toolbar. 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.