TCM_REMOVEIMAGE

This message removes an image from a tab control’s image list. You can send this message explicitly or by using the TabCtrl_RemoveImage macro.

At a Glance

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

Syntax

  1. TCM_REMOVEIMAGE | wParam = (WPARAM)(int) iImage; lParam = 0;

Parameters

iImage

Index of the image to remove.

Return Values

None.