TabCtrl_DeleteAllItemsTabCtrl_DeleteAllItems*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TabCtrl_AdjustRect
*Next Topic: TabCtrl_DeleteItem

TabCtrl_DeleteAllItems


BOOL TabCtrl_DeleteAllItems(
    HWND hwnd		
);		

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

hwnd
Handle to the tab control.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.