Contents Index Topic Contents | ||
Previous Topic: HDM_SETHOTDIVIDER Next Topic: HDM_SETITEM |
HDM_SETIMAGELIST
HDM_SETIMAGELIST wParam = 0; lParam = (LPARAM) himl;Assigns an image list to an existing header control. You can send this message explicitly or use the Header_SetImageList macro.
- Returns the handle to the image list previously associated with the control. Returns NULL upon failure or if no image list was set previously.
- himl
- Handle to an image list.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.