Contents Index Topic Contents | ||
Previous Topic: TCM_ADJUSTRECT Next Topic: TCM_DELETEITEM |
TCM_DELETEALLITEMS
TCM_DELETEALLITEMS wParam = 0; lParam = 0;Removes all items from a tab control. You can send this message explicitly or by using the TabCtrl_DeleteAllItems macro.
- Returns TRUE if successful, or FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.