windows_programming_notes.nbk: Home | Index | Next Page: TabCtrl_DeleteItem | Previous Page: TabCtrl_AdjustRect


 TabCtrl_DeleteAllItems

Removes all items from a tab control. You can use this macro or send the TCM_DELETEALLITEMS message explicitly.

Syntax

    BOOL TabCtrl_DeleteAllItems(
        HWND hwnd
    );

Parameters

Return Value

Returns TRUE if successful, or FALSE otherwise.

Macro Information


windows_programming_notes.nbk: Home | Index | Next Page: TabCtrl_DeleteItem | Previous Page: TabCtrl_AdjustRect


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