Available in the LEADTOOLS Imaging toolkit. |
KeyUp event (Main Control)
Visual Basic
example
Visual C++ 4.0 example
Visual J++ example
Syntax void KeyUp (short* KeyCode, short Shift);
Overview: Refer to Detecting Events.
Remarks
Occurs when the user releases a key while an object has the focus. (To interpret ANSI characters, use the KeyPress event.)
See Also
Elements: KeyDown event, KeyPress event