Gets a HitTestInfo object that contains information about the grid at a given location.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public HitTestInfo HitTest(
	Point point
)
Visual Basic
Public Function HitTest ( _
	point As Point _
) As HitTestInfo

Parameters

point
Type: System.Windows..::..Point
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 [M:HitTest(MouseEventArgs)].

See Also