[]
        
(Showing Draft Content)

C1.Win.C1List.ListBase.C1ListBase.PointAt

PointAt Method

PointAt(int, int)

Returns one of the PointAtEnum constants, which indicates the kind of list element beneath the specified coordinate pair.

Declaration
public PointAtEnum PointAt(int x, int y)
Parameters
Type Name Description
int x

The x coordinate in pixels.

int y

The y coordinate in pixels.

Returns
Type Description
PointAtEnum
Remarks

The PointAt method returns one of the constants defined in PointAtEnum, which indicates the kind of control element beneath the specified coordinate pair.