ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / HitTest Method / HitTest(Point) Method
Windows.Foundation.Point, in control coordinates, that specifies the position to be tested.

In This Topic
    HitTest(Point) Method
    In This Topic
    Gets a HitTestInfo object that contains information about the grid at a given location.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal point As Point _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       Point point
    )

    Parameters

    point
    Windows.Foundation.Point, in control coordinates, that specifies the position to be tested.

    Return Value

    A HitTestInfo object that contains information about the grid at the location specified by the point parameter.
    Remarks
    For more details and an example, please see HitTest(MouseEventArgs).
    See Also