InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / DisplayReceivedHT Property


In This Topic
    DisplayReceivedHT Property
    In This Topic

    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