C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / HitTest Method / HitTest(Point) Method
System.Windows.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 Shadows Function HitTest( _
   ByVal point As Point _
) As HitTestInfo
 

Parameters

point
System.Windows.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