TCM_GETITEMRECTTCM_GETITEMRECT*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_GETITEMCOUNT
*Next Topic: TCM_GETROWCOUNT

TCM_GETITEMRECT


TCM_GETITEMRECT 
    wParam = (WPARAM) (int) iItem;
    lParam = (LPARAM) (RECT FAR *) prc;

Retrieves the bounding rectangle for a tab in a tab control. You can send this message explicitly or by using the TabCtrl_GetItemRect macro.

iItem
Index of the tab.
prc
Address of a RECT structure that receives the bounding rectangle of the tab, in viewport coordinates.

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