Click or drag to resize
ProcessKeysEventArgsMessage Property
Gets or sets the system message identified associated with the event.

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

Property Value

Type: Int32
The system message identified associated with the event.
Remarks
This message id can be WM_KEYDOWN, WM_CHAR, or WM_SYSKEYDOWN.
See Also