ComponentOne FlexGrid for WPF and Silverlight
HitTest(Point) Method

C1.WPF.FlexGrid Namespace > C1FlexGrid Class > HitTest Method : HitTest(Point) Method
System.Windows.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 System.Windows.Point _
) As HitTestInfo
public HitTestInfo HitTest( 
   System.Windows.Point point
)

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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List