Excalibur Software PropertyList 3.0
KeyPress
Event KeyPress(KeyAscii As Integer)
Description
Occurs when the user presses and releases an ANSI key.
Parameters:
- KeyAscii - An integer that returns a standard
numeric ANSI keycode. Keyascii is passed by reference;
changing it sends a different character to the object.
Changing KeyAscii to 0 cancels the keystroke so the
object receives no character.
Remarks
This is a standard event in Visual Basic. Look up the KeyPress
event in the VB documentation for more information.