Gets information about the
System.Windows.Forms.DataGrid control at a specified point on the screen.

Overload List
|
Name
|
Description
|
|
DataGrid.HitTest (Point)
|
Gets information, such as row and column number of a clicked point on the grid, about the grid using a specific Point.
|
|
DataGrid.HitTest (Int32, Int32)
|
Gets information, such as row and column number of a clicked point on the grid, using the x and y coordinate passed to the method.
Supported by the .NET Compact Framework.
|

See Also