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
Parameters
iItem
Index of the item to delete.
Return Values
TRUE indicates success. FALSE indicates failure.