Contents Index Topic Contents | ||
Previous Topic: Header_SetHotDivider Next Topic: Header_SetItem |
Header_SetImageList
HIMAGELIST Header_SetImageList( HWND hwndHD, HIMAGELIST himl );Assigns an image list to an existing header control. You can use this macro or send the HDM_SETIMAGELIST message explicitly.
- Returns the handle to the image list previously assigned to the header control, or NULL if there is no previous image list.
- hwndHD
- Handle to a header control.
- himl
- Handle to an image list.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.