[]
        
(Showing Draft Content)

C1.Framework.TreeRow.HitTest

HitTest Method

HitTest(Point)

Returns the element at a given point.

Declaration
public override Element HitTest(Point pt)
Public Overrides Function HitTest(pt As Point) As Element
Parameters
Type Name Description
Point pt

Point to check.

Returns
Type Description
Element

The element at the point.

Overrides