[]
        
(Showing Draft Content)

C1.Framework.XView.HitTest

HitTest Method

HitTest()

Gets the hit-testable element under the mouse.

Declaration
public Element HitTest()
Public Function HitTest() As Element
Returns
Type Description
Element

Element under the mouse.

Implements

HitTest(Point)

Gets the hit-testable element at a given position.

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

Position to test.

Returns
Type Description
Element

Element at the given position.