ComponentOne FlexGrid for UWP
HitTest(Point) Method

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.
Gets a HitTestInfo object that contains information about the grid at a given location.
Syntax
'Declaration
 
Public Overloads Function HitTest( _
   ByVal point As Windows.Foundation.Point _
) As HitTestInfo
public HitTestInfo HitTest( 
   Windows.Foundation.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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List