Contents Index Topic Contents | ||
Previous Topic: TabCtrl_GetItem Next Topic: TabCtrl_GetItemRect |
TabCtrl_GetItemCount
int TabCtrl_GetItemCount( HWND hwnd );Retrieves the number of tabs in the tab control. You can use this macro or send the TCM_GETITEMCOUNT message explicitly.
- Returns the number of items if successful, or zero otherwise.
- hwnd
- Handle to the tab control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.