ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRow Class / HitTest Method
Point to check.

In This Topic
    HitTest Method (TreeRow)
    In This Topic
    Returns the element at a given point.
    Syntax
    'Declaration
     
    Public Overrides Function HitTest( _
       ByVal pt As System.Drawing.Point _
    ) As Element
    public override Element HitTest( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    Point to check.

    Return Value

    The element at the point.
    See Also