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.
- Returns TRUE if successful, or FALSE otherwise.
- iItem
- Index of the tab.
- prc
- Address of a RECT structure that receives the bounding rectangle of the tab, in viewport coordinates.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.