Attachmate Reflection 2014 .NET API Reference
SendControlKeySync Method (IScreen)


ControlKeycode type that defines the control key.
Send host control key to host. The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
Syntax
'Declaration
 
Function SendControlKeySync( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim keycode As ControlKeyCode
Dim value As ReturnCode
 
value = instance.SendControlKeySync(keycode)
ReturnCode SendControlKeySync( 
   ControlKeyCode keycode
)

Parameters

keycode
ControlKeycode type that defines the control key.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IScreen Interface
IScreen Members

Send Feedback