CListBox::GetItemRect

Syntax

int GetItemRect( int nIndex, LPRECT lpRect ) const;

Parameters

nIndex

Specifies the zero-based index of the item.

lpRect

Specifies a long pointer to a RECT data structure 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.

Return Value

LB_ERR if an error occurs.

See Also

LB_GETITEMRECT