TabCtrl_SetImageList (Windows CE 5.0)
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
Send Feedback on this topic to the authors