Click or drag to resize
HitTestType Enumeration
The different types of hit tests.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum HitTestType
Members
  Member nameValueDescription
NoHit0 No information.
VertLine1 The gridline of a column header.
HorzLine2 The gridline of a row header.
CellHit3 The interior rectangle of a cell.
HeaderHit4 The interior rectangle of a row or column header.
SelEdgeHit5 Over the edge of a selection.
FillHandleHit6
HdnColVertLine7
HdnRowHorzLine8
See Also