Contents Index Topic Contents | ||
Previous Topic: TabCtrl_GetItemRect Next Topic: TabCtrl_GetToolTips |
TabCtrl_GetRowCount
int TabCtrl_GetRowCount( HWND hwnd );Retrieves the current number of rows of tabs in a tab control. You can use this macro or send the TCM_GETROWCOUNT message explicitly.
- Returns the number of rows of tabs.
- hwnd
- Handle to the tab control.
Only tab controls that have the TCS_MULTILINE style can have multiple rows of tabs.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.