Prev Next
The TabCtrl_GetItemRect macro retrieves the bounding rectangle for a
tab in a tab control. You can use this macro or explicitly send the TCM_GETITEMRECT
message.
BOOL TabCtrl_GetItemRect(
HWND hwnd,
|
|
int iItem,
|
|
RECT FAR *prc
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the tab control.
-
iItem
-
Index of the tab.
-
prc
-
Pointer to a RECT structure that receives the bounding rectangle of the
tab, in viewport coordinates.
Return Values
Returns TRUE if successful or FALSE otherwise.
See Also
RECT, TCM_GETITEMRECT
file: /Techref/os/win/api/win32/mac/src/mac04_8.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 00:34,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/mac/src/mac04_8.htm"> TabCtrl_GetItemRect</A> |
Did you find what you needed?
|
|
Welcome to ecomorder.com!
|
.
|