Gets the hit-testable element at a given position.
'Declaration
Public Overloads Function HitTest( _
ByVal As System.Drawing.Point _
) As Element
public Element HitTest(
System.Drawing.Point
)
Parameters
- pt
- Position to test.
Return Value
Element at the given position.