Click or drag to resize
GridControlHitTest Method
Determines the type of information displayed at a given window coordinates.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public HitTestType HitTest(
	Point point
)

Parameters

point
Type: System.DrawingPoint
The tested window coordinates.

Return Value

Type: HitTestType
The type of information displayed at point:
NoHit
No information is displayed at the indicated point.
VertLine
Specifies the gridline of a column header.
HorzLine
Specifies the gridline of a row header.
CellHit
Specifies the interior rectangle of a cell.
HeaderHit
Specifies the interior rectangle of a row or column header.
See Also