This topic has not yet been rated - Rate this topic

TCM_GETITEMRECT message

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

Parameters

wParam

Index of the tab.

lParam

Pointer to a RECT structure that receives the bounding rectangle of the tab, in viewport coordinates.

Return value

Returns TRUE if successful, or FALSE otherwise.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.