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.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the tab control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.