TCM_GETIMAGELIST

This message retrieves the image list associated with a tab control. You can send this message explicitly or by using the TabCtrl_GetImageList macro.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related macro: TabCtrl_GetImageList

Syntax

  1. TCM_GETIMAGELIST wParam = 0; lParam = 0;

Return Values

The handle to the image list indicates success. NULL indicates otherwise.