C1.Win.List Namespace / C1List Class / PointAt Method
The x coordinate in pixels.
The y coordinate in pixels.

In This Topic
PointAt Method (C1List)
In This Topic
Returns one of the PointAtEnum constants, which indicates the kind of list element beneath the specified coordinate pair.
Syntax
'Declaration
 
Public Function PointAt( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As PointAtEnum
 

Parameters

x
The x coordinate in pixels.
y
The y coordinate in pixels.
Remarks

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

See Also