Click or drag to resize
ProcessKeysEventArgsFlags Property
Gets or sets the flags associated with the key event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int Flags { get; set; }

Property Value

Type: Int32
The scan code, key-transition code, previous key state, and context code.
See Also