InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / SendControlKey Method
ControlKeyCode value
In This Topic
SendControlKey Method (AlcScreen)
In This Topic
Send host control key to host.
Syntax
expression.SendControlKey( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode
where expression is a variable that represents a AlcScreen Object

Parameters

keycode
ControlKeyCode value

Return Value

One of the ReturnCode enum values
See Also