|
OnKeyDown Event |
[Top] [Chapter] [Previous] [Next] |
|
Member of WPDLLInt Declaration C# KeyDown(KeyEventArgs e) Here the standard event is used. You can cast e to wpKeyEventArgs which contains the properties Editor, Shift, Alt and Control.
Declaration OCX OnKeyDown(ByVal Editor As Long, Key As Integer, ByVal Shift As Long)
This event is triggered when the user presses a key on the keyboard.
|