SendAid |
Top Previous Next |
The SendAid method sends an "aid" keystroke to the virtual screen. These aid keys can be though of as special keystrokes, like the Enter key, the Tab key, or the Page Up key. All the valid special key values are contained in the OHIO_AID enumeration.
Visual Basic Syntax
Screen.SendAid(aidkey As Integer)
Delphi Syntax
Screen.SendAid(aidKey:integer);
Parameters
|