TabCtrl_SetImageListTabCtrl_SetImageList*
*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.

hwnd
Handle to the tab control.
himl
Handle to the image list to assign to the tab control.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.