Click or drag to resize
HitState Enumeration
Identifies mouse button events.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum HitState
Members
  Member nameValueDescription
Hit1 A hit.
Select2 Cells will be selected.
HitStart4 Mouse button has been pressed.
HitMove8 Mouse cursor has been moved.
HitEnd16 Mouse button has been released.
HitLeave32 Mouse cursor has left the cell where the mouse button has been pressed.
HitInCell64 A hit in a cell.
CtrlPressed128 User pressed the mouse button while pressing the CTRL key.
HitCurrentCell256 User pressed mouse in current cell.
FillDrag512
See Also