Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / HitTest Method / HitTest(Point) Method

In This Topic
    HitTest(Point) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal pt As Point _
    ) As Element
    public Element HitTest( 
       Point pt
    )

    Parameters

    pt
    See Also