Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the dimensions of the rectangle that bounds a list box item as it is currently displayed in the list box. You can use this macro or send the LB_GETITEMRECT message explicitly.
Syntax
int ListBox_GetItemRect(
HWND hwndCtl,
int index,
RECT *lprc
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
index
Type: int
The zero-based index of the item in the list box.
lprc
Type: RECT*
A pointer to a RECT structure that receives the client coordinates for the item in the list box.
Return value
Type: int
If an error occurs, the return value is LB_ERR.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | windowsx.h |