TB_SETIMAGELISTTB_SETIMAGELIST*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TB_SETHOTITEM
*Next Topic: TB_SETINDENT

TB_SETIMAGELIST


TB_SETIMAGELIST
    wParam = 0;
    lParam = (LPARAM)(HIMAGELIST) himlNew;

Sets the image list that the toolbar will use to display buttons that are in their default state.

himlNew
Handle to the image list that will be set. If this parameter is NULL, no images will be displayed in the buttons.

A toolbar control uses himlNew to display buttons in their default state, which is when they are not hot or disabled.

Version 4.70


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