InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase 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