signals-enum
Enumerates all possible internal signals
public enum Korzh.EasyQuery.WinForms.Signals
: Enum
Assembly: Korzh.EasyQuery.WinForms.dll
Enum
| Name | Value | Description |
|---|---|---|
| None | 0 | Empty signal |
| KeyDown | 1 | The Down arrow key is pressed |
| KeyCtrlDown | 2 | The Down arrow key is pressed with Ctrl key |
| KeyUp | 3 | The Up arrow key is pressed |
| KeyCtrlUp | 4 | The Up arrow key is pressed with Ctrl key |
| KeyLeft | 5 | The Left arrow key is pressed |
| KeyCtrlLeft | 6 | The Left arrow key is pressed with Ctrl key |
| KeyRight | 7 | The Right arrow key is pressed |
| KeyCtrlRight | 8 | The Right arrow key is pressed with Ctrl key |
| KeyTab | 9 | The Tab key is pressed |
| KeyShiftTab | 10 | The Tab key is pressed with Shift key |
| ListRequest | 11 | The element needs the list of values to be filled |
| Activate | 12 | The specified row should be activated |