windows_programming_notes.nbk: Home | Index | Next Page: TabCtrl_GetCurSel | Previous Page: TabCtrl_DeleteAllItems


 TabCtrl_DeleteItem

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

Syntax

    BOOL TabCtrl_DeleteItem(
        HWND hwnd,
        int iItem
    );

Parameters

Return Value

Returns TRUE if successful, or FALSE otherwise.

Macro Information


windows_programming_notes.nbk: Home | Index | Next Page: TabCtrl_GetCurSel | Previous Page: TabCtrl_DeleteAllItems


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time