Attachmate.Reflection.Emulation.T27 Namespace > IT27Terminal Interface : DisplayReceivedHT Property |
Gets or sets a value indicating whether to display a horizontal tab symbol when the host sends an HT character.
'Declaration
Property DisplayReceivedHT As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.DisplayReceivedHT = value value = instance.DisplayReceivedHT
bool DisplayReceivedHT {get; set;}