|
DXFReader Control - KeyPress Event
Kadmos DXFReader ActiveX Control

DXFReader Control
KeyPress Event
|
Description
|
Occurs when the user presses and releases an ANSI key.
|
|
Syntax
|
Private Sub DXFReader_KeyPress(KeyAscii As Integer)
|
|
Remarks
|
A KeyPress event can involve any printable keyboard character, the Ctrl key combined with a character from the standard alphabet or one of a few special characters, and the Enter or Backspace key.
The parameter for the KeyPress event is described below:
| KeyAscii | 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 that the object receives no character. |
|
Copyright © 2008/2011 Kadmos.com - All rights reserved. Privacy Policy
|