int GetItemRect( int nIndex, LPRECT lpRect ) const;
Return Value
LB_ERR if an error occurs.
Parameters
nIndex
Specifies the zero-based index of the item.
lpRect
Specifies a long pointer to a RECT tructure that receives the list-box client coordinates of the item.
Remarks
Retrieves the dimensions of the rectangle that bounds a list-box item as it is currently displayed in the list-box window.
CListBox Overview | Class Members | Hierarchy Chart
See Also LB_GETITEMRECT