Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SendKeys Method / SendKeys(String,SendKeysOption) Method
Text string to send.
Text string interpretation options.


In This Topic
    SendKeys(String,SendKeysOption) Method
    In This Topic
    Sends a text string to the host
    Syntax
    'Declaration
     
    
    Overloads Function SendKeys( _
       ByVal text As String, _
       ByVal option As SendKeysOption _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim text As String
    Dim option As SendKeysOption
    Dim value As ReturnCode
     
    value = instance.SendKeys(text, option)

    Parameters

    text
    Text string to send.
    option
    Text string interpretation options.

    Return Value

    ReturnCode indicating success/failure/status
    See Also