TabCtrl_GetRowCountTabCtrl_GetRowCount*
*



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.

hwnd
Handle to the tab control.

Only tab controls that have the TCS_MULTILINE style can have multiple rows of tabs.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.