InfoConnect for Unisys
DisplayReceivedHT Property


Gets or sets a value indicating whether to display a horizontal tab symbol when the host sends an HT character.

Syntax
'Declaration
 
Property DisplayReceivedHT As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.DisplayReceivedHT = value
 
value = instance.DisplayReceivedHT
bool DisplayReceivedHT {get; set;}
See Also