TCM_SETIMAGELISTTCM_SETIMAGELIST*
*



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.

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.