TCM_DELETEITEM

This message removes an item from a tab control. You can send this message explicitly or by using the TabCtrl_DeleteItem macro.

At a Glance

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

Syntax

  1. TCM_DELETEITEM wParam = (WPARAM)(int) iItem; lParam = 0;

Parameters

iItem

Index of the item to delete.

Return Values

TRUE indicates success. FALSE indicates failure.