Reflection
SendControlKey Method (IScreen)


ControlKeycode type that defines the control key.
Send host control key to host.
Syntax
'Declaration
 
Function SendControlKey( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim keycode As ControlKeyCode
Dim value As ReturnCode
 
value = instance.SendControlKey(keycode)
ReturnCode SendControlKey( 
   ControlKeyCode keycode
)

Parameters

keycode
ControlKeycode type that defines the control key.
See Also