'Declaration Public Overloads Shadows Function HitTest( _ ByVal point As Point _ ) As HitTestInfo
public new HitTestInfo HitTest( 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.