ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / HitTest Method / HitTest(Int32,Int32) Method

In This Topic
    HitTest(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As C1.Win.FlexGrid.HitTestInfo
    public C1.Win.FlexGrid.HitTestInfo HitTest( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also