[]
        
(Showing Draft Content)

C1.Framework.XViewLight.HitTest

HitTest Method

HitTest()

Gets the hit-testable element under the mouse.

Declaration
protected Element HitTest()
Protected Function HitTest() As Element
Returns
Type Description
Element

Element under the mouse.

HitTest(Point)

Gets the hit-testable element at a given position.

Declaration
protected Element HitTest(Point pt)
Protected 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.