...
The keystrokes appear to the session as if they are entered by a user. The keystrokes can include host function keys and AID keys.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode SendKeys( string keys ) |
Visual Basic (Declaration) |
---|
Function SendKeys ( _ keys As String _ ) As StatusCode |
Visual C++ |
---|
StatusCode SendKeys( String^ keys ) |
JavaScript |
---|
function SendKeys(keys); |
Parameters
keys
Type: System..::.StringString String
String of keystrokes, maximum of 255 characters.
Return Value
The StatusCode indicating the result of the operation.
...
Please see the HLLAPI help file for details on key mnemonics.
See Also
ISession Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...