Admin Production rocket
Current Publication

TerminalType Property

Reflection Desktop .NET API Guide V17.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.
TerminalType Property (ITerminal)
In This Topic
Gets or sets the terminal that Reflection is to emulate.
Syntax

                     
                     
'Declaration
 

                     
                     
Property TerminalType As TerminalTypeOption

                  

                     
                     
'Usage
 

                     
                     
Dim instance As ITerminal
Dim value As TerminalTypeOption
 
instance.TerminalType = value
 
value = instance.TerminalType

                  

                     
                     
TerminalTypeOption TerminalType {get; set;}

                  

Property Value

When you set TerminalType to ANSIBBS or ANSIUNIX, the default values for the following properties change:
  • Property, to the default Value for ANSIBBS and ANISUNIX.
  • DisplayRows, to 25.
  • EndOfLineWrap, to true.
  • TransmitXonXoff, to true.
  • UseAnsiColor, to true.
In addition, the value of TransmitPacing automatically becomes None. (TransmitPacing is a "keyword token" you can use to configure a connection in Reflection.)

If TerminalType is set to a non-ANSI value, these properties revert to their non-ANSI defaults.

See Also