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