Contents Index Topic Contents | ||
Previous Topic: TCM_GETITEM Next Topic: TCM_GETITEMRECT |
TCM_GETITEMCOUNT
TCM_GETITEMCOUNT wParam = 0; lParam = 0;Retrieves the number of tabs in the tab control. You can send this message explicitly or by using the TabCtrl_GetItemCount macro.
- Returns the number of items if successful, or zero otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.