Contents Index Topic Contents | ||
Previous Topic: TCM_SETEXTENDEDSTYLE Next Topic: TCM_SETITEM |
TCM_SETIMAGELIST
TCM_SETIMAGELIST wParam = 0; lParam = (LPARAM) (HIMAGELIST) himl;Assigns an image list to a tab control. You can send this message explicitly or by using the TabCtrl_SetImageList macro.
- Returns the handle to the previous image list, or NULL if there is no previous image list.
- himl
- Handle to the image list to assign to the tab control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.