InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / SendControlKeySync Method
ControlKeyCode object.


In This Topic
    SendControlKeySync Method (IT27Screen)
    In This Topic
    Sends a host control key to the host.
    Syntax
    'Declaration
     
    
    Function SendControlKeySync( _
       ByVal keycode As ControlKeyCode _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IT27Screen
    Dim keycode As ControlKeyCode
    Dim value As ReturnCode
     
    value = instance.SendControlKeySync(keycode)
    ReturnCode SendControlKeySync( 
       ControlKeyCode keycode
    )

    Parameters

    keycode
    ControlKeyCode object.

    Return Value

    ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
    Remarks
    The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
    See Also