Objective Grid for Microsoft® .NET® Reference Guide

HitTestType Enumeration

Back to Class Index

This enumeration lists types of hit tests.     

[Visual Basic]
Public Enum HitTestType
[C#]
public enum HitTestType

Members

Member NameDescription
HdnRowHorzLine     
HdnColVertLine     
FillHandleHit     
SelEdgeHitSpecifies that cursor is over the edge of a selection.     
HeaderHitSpecifies the interior rectangle of a row or column header.     
CellHitSpecifies the interior rectangle of a cell.     
HorzLineSpecifies the gridline of a row header.     
VertLineSpecifies the gridline of a column header.     
NoHitNo information is displayed at the point.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace