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.

 

Parameters

 

Editor:        The editor number, 1 or 2

Key:        The key board number as VK_ value

Shift:        A bit field representing the state of the control keys:

 1 : Shift key

 2 : ALT key

 4 : Ctrl key


[idh_wpdllint_onkeyup.htm]    Copyright © 2007 by WPCubed GmbH