Admin Production rocket
Current Publication

DisplayText(String,DisplayTextOption) Method

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
string to display.
Text display options.
DisplayText(String,DisplayTextOption) 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, _
   ByVal option As DisplayTextOption _
) As ReturnCode

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IScreen
Dim text As String
Dim option As DisplayTextOption
Dim value As ReturnCode
 
value = instance.DisplayText(text, option)

                  

Parameters

text
string to display.
option
Text display options.

Return Value

ReturnCode indicating success/failure/status
See Also