Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayText Method / DisplayText(String) Method
string to display.


In This Topic
DisplayText(String) Method
In This Topic
Displays a string in the terminal window as though it had been received from the host.
Syntax
'Declaration
 
Overloads Function DisplayText( _
   ByVal text As String _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim text As String
Dim value As ReturnCode
 
value = instance.DisplayText(text)

Parameters

text
string to display.

Return Value

ReturnCode indicating success/failure/status
See Also