Objective Grid for Microsoft® .NET® Reference Guide

HitState Enumeration

Back to Class Index

This enumeration identifies mouse button events.     

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

Members

Member NameDescription
SelectCells will be selected.     
FillDrag     
HitCurrentCellUser pressed mouse in current cell.     
CtrlPressedUser pressed the mouse button while pressing the CTRL key.     
HitInCell     
HitLeaveMouse cursor has left the cell where the mouse button has been pressed.     
HitEndMouse button has been released.     
HitMoveMouse cursor has been moved.     
HitStartMouse button has been pressed.     
Hit     

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