This macro removes all items from a tab control. You can use this macro or send the TCM_DELETEALLITEMS message explicitly.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related message: | TCM_DELETEALLITEMS |
Syntax
BOOL TabCtrl_DeleteAllItems( HWND hwnd );
Parameters
hwnd
Handle to the tab control.
Return Values
TRUE indicates success. FALSE indicates failure.