ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / PointAt Method

In This Topic
    PointAt Method (C1Combo)
    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
    public PointAtEnum PointAt( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also