TCM_DELETEITEMTCM_DELETEITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_DELETEALLITEMS
*Next Topic: TCM_DESELECTALL

TCM_DELETEITEM


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

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

iItem
Index of the item to delete.

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