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

In This Topic
    PointAt Method (DropDownList)
    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
    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