Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / HitTest Method / HitTest() Method

In This Topic
    HitTest() Method
    In This Topic
    Gets the hit-testable element under the mouse.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest() As Element
    public Element HitTest()

    Return Value

    Element under the mouse.
    See Also