TCM_GETROWCOUNTTCM_GETROWCOUNT*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_GETITEMRECT
*Next Topic: TCM_GETTOOLTIPS

TCM_GETROWCOUNT


TCM_GETROWCOUNT 
    wParam = 0;
    lParam = 0;

Retrieves the current number of rows of tabs in a tab control. You can send this message explicitly or by using the TabCtrl_GetRowCount macro.

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.