CListCtrl::GetSubItemRect

BOOL GetSubItemRect( int iItem**, int** iSubItem**, int** nArea**, CRect&** ref );

Return Value

Nonzero if successful; otherwise zero.

Parameters

iItem

Index of the subitem’s parent item.

iSubItem

The one-based index of the subitem.

nArea

Determines the portion of the bounding rectangle (of the list view subitem) to be retrieved. The portion (icon, label, or both) of the bounding rectangle is specified by applying the bitwise OR operator to one or more of the following values:

  • LVIR_BOUNDS   Returns the bounding rectangle of the entire item, including the icon and label.

  • LVIR_ICON   Returns the bounding rectangle of the icon or small icon.

  • LVIR_LABEL   Returns the bounding rectangle of the entire item, including the icon and label. This is identical to LVIR_BOUNDS.

ref

Reference to a CRect object that contains the coordinates of the subitem’s bounding rectangle.

Remarks

This member function implements the behavior of the Win32 macro, , as described in the Platform SDK.

CListCtrl OverviewClass MembersHierarchy Chart