Partager via


TabCtrl_SetImageList (Windows CE 5.0)

Send Feedback

This macro assigns an image list to a tab control. You can use this macro or send the TCM_SETIMAGELIST message explicitly.

BOOLTabCtrl_SetImageList(HWNDhwnd,HIMAGELISThiml );

Parameters

  • hwnd
    Handle to the tab control.
  • 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 2.0 and later.
Header: Commctrl.h.

See Also

TCM_SETIMAGELIST

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.