CListCtrl::GetInsertMarkRect
Retrieves the rectangle that bounds the insertion point.
int GetInsertMarkRect(
LPRECT pRect
) const;
Parameters
- pRect
Pointer to a RECT structure that contains the coordinates of a rectangle that bounds the insertion point.
Return Value
Returns one of the following values:
0 No insertion point found.
1 Insertion point found.
Remarks
This member function emulates the functionality of the LVM_GETINSERTMARKRECT message, as described in the Windows SDK.
Requirements
Header: afxcmn.h