InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / HitTest Method / HitTest(Point) Method
Position to test.

In This Topic
    HitTest(Point) Method
    In This Topic
    Gets the hit-testable element at a given position.
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal pt As Point _
    ) As Element
    public Element HitTest( 
       Point pt
    )

    Parameters

    pt
    Position to test.

    Return Value

    Element at the given position.
    See Also