Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.31 KB

nf-windowsx-listbox_getitemrect.md

File metadata and controls

73 lines (59 loc) · 2.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:windowsx.ListBox_GetItemRect
ListBox_GetItemRect macro (windowsx.h)
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.
ListBox_GetItemRect
ListBox_GetItemRect macro [Windows Controls]
_win32_ListBox_GetItemRect
_win32_ListBox_GetItemRect_cpp
controls.ListBox_GetItemRect
controls._win32_ListBox_GetItemRect
windowsx/ListBox_GetItemRect
controls\ListBox_GetItemRect.htm
Controls
VS|Controls|~\controls\listboxes\listboxreference\listboxmacros\listbox_getitemrect.htm
12/05/2018
ListBox_GetItemRect, ListBox_GetItemRect macro [Windows Controls], _win32_ListBox_GetItemRect, _win32_ListBox_GetItemRect_cpp, controls.ListBox_GetItemRect, controls._win32_ListBox_GetItemRect, windowsx/ListBox_GetItemRect
windowsx.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListBox_GetItemRect
windowsx/ListBox_GetItemRect
c++
APIRef
kbSyntax
HeaderDef
Windowsx.h
ListBox_GetItemRect

ListBox_GetItemRect macro

-description

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.

-parameters

-param hwndCtl

Type: HWND

A handle to the control.

-param index

Type: int

The zero-based index of the item in the list box.

-param lprc

Type: RECT*

A pointer to a RECT structure that receives the client coordinates for the item in the list box.