Click or drag to resize
KeyType Enumeration
The states of various virtual keys.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum KeyType
Members
  Member nameValueDescription
Control8 The CTRL key is down.
LButton1 Left mouse button is down.
MButton16 Middle mouse button is down.
RButton2 Right mouse button is down.
Shift4 The SHIFT key is down.
See Also