Contents Index Topic Contents | ||
Previous Topic: TabCtrl_SetExtendedStyle Next Topic: TabCtrl_SetItem |
TabCtrl_SetImageList
BOOL TabCtrl_SetImageList( HWND hwnd, HIMAGELIST himl );Assigns an image list to a tab control. You can use this macro or send the TCM_SETIMAGELIST message explicitly.
- Returns the handle to the previous image list, or NULL if there is no previous image list.
- hwnd
- Handle to the tab control.
- himl
- Handle to the image list to assign to the tab control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.