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.
- Returns the handle to the image list previously used to display buttons in their default state, or NULL if no image list was previously set.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.