Contents Index Topic Contents | ||
Previous Topic: TabCtrl_GetItemCount Next Topic: TabCtrl_GetRowCount |
TabCtrl_GetItemRect
BOOL TabCtrl_GetItemRect( HWND hwnd, int iItem, RECT FAR *prc );Retrieves the bounding rectangle for a tab in a tab control. You can use this macro or send the TCM_GETITEMRECT message explicitly.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the tab control.
- 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.