Partager via


TCM_SETIMAGELIST (Windows CE 5.0)

Send Feedback

This message assigns an image list to a tab control. You can send this message explicitly or by using the TabCtrl_SetImageList macro.

TCM_SETIMAGELISTwParam= 0; lParam= (LPARAM)(HIMAGELIST)himl;

Parameters

  • wParam
    Not used.
  • himl
    Handle to the image list to assign to the tab control.

Return Values

The handle to the previous image list indicates success. NULL indicates that there is no previous image list.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TabCtrl_SetImageList

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.