|  |  |  | 
| 
 | ||
| 
 | ||
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.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the tab control.
- iItem
- Index of the item to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.