ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / PointAt Method
The x coordinate in pixels.
The y coordinate in pixels.

In This Topic
    PointAt Method (C1ListBase)
    In This Topic
    Returns one of the C1.Win.C1List.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
    public PointAtEnum PointAt( 
       int x,
       int y
    )

    Parameters

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

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

    See Also