[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.IndexFromPoint

IndexFromPoint Method

IndexFromPoint(Point)

Returns the row index for a given point.

Declaration
public int IndexFromPoint(Point p)
Parameters
Type Name Description
Point p

The given point.

Returns
Type Description
int

The row index.

Remarks

If the point is not on any row, then it will return -1. Otherwise it will return the row index.