TabCtrl_DeleteItemTabCtrl_DeleteItem*
*Contents  *Index  *Topic Contents
*Previous Topic: TabCtrl_DeleteAllItems
*Next Topic: TabCtrl_DeselectAll

TabCtrl_DeleteItem


BOOL TabCtrl_DeleteItem(
    HWND hwnd, 		
    int iItem		
);		

Removes an item from a tab control. You can use this macro or send the TCM_DELETEITEM message explicitly.

hwnd
Handle to the tab control.
iItem
Index of the item to delete.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.