|
OnKeyUp Event |
[Top] [Chapter] [Previous] [Next] |
|
Member of WPDLLInt Declaration C# KeyUp(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 OnKeyUp(ByVal Editor As Long, Key As Integer, ByVal Shift As Long)
This event is triggered when the user releases a key on the keyboard.
|