Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / HitTest Method / HitTest() Method

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

    Return Value

    Element under the mouse.
    See Also