Contents Index Topic Contents | ||
Previous Topic: Header_GetItemCount Next Topic: Header_GetOrderArray |
Header_GetItemRect
BOOL Header_GetItemRect( HWND hwndHD, int iIndex, LPRECT lpItemRect );Retrieves the bounding rectangle for a given item in a header control. You can use this macro or send the HDM_GETITEMRECT message explicitly.
- Returns nonzero if successful, or zero otherwise.
- hwndHD
- Handle to a header control.
- iIndex
- Zero-based index of the header control item for which to retrieve the bounding rectangle.
- lpItemRect
- Address of a RECT structure that receives the bounding rectangle information.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.